mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-10-01 01:05:39 -04:00
Merge pull request #342 from helloWorld2187/added-path-autocomplete
Added extension 'Path Autocomplete'
This commit is contained in:
commit
afc2537ea8
@ -97,6 +97,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
|
|||||||
- [Parameter Hints](#parameter-hints)
|
- [Parameter Hints](#parameter-hints)
|
||||||
- [Partial Diff](#partial-diff)
|
- [Partial Diff](#partial-diff)
|
||||||
- [Paste JSON as Code](#paste-json-as-code)
|
- [Paste JSON as Code](#paste-json-as-code)
|
||||||
|
- [Path Autocomplete](#path-autocomplete)
|
||||||
- [Path IntelliSense](#path-intellisense)
|
- [Path IntelliSense](#path-intellisense)
|
||||||
- [Power Tools](#power-tools)
|
- [Power Tools](#power-tools)
|
||||||
- [PrintCode](#printcode)
|
- [PrintCode](#printcode)
|
||||||
@ -753,6 +754,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
|
|||||||
|
|
||||||
![Paste JSON as Code](https://raw.githubusercontent.com/quicktype/quicktype-vscode/master/media/demo.gif)
|
![Paste JSON as Code](https://raw.githubusercontent.com/quicktype/quicktype-vscode/master/media/demo.gif)
|
||||||
|
|
||||||
|
## [Path Autocomplete](https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete)
|
||||||
|
|
||||||
|
> Provides path completion for visual studio code.
|
||||||
|
|
||||||
|
![Path Autocomplete](https://raw.githubusercontent.com/ionutvmi/path-autocomplete/master/demo/path-autocomplete.gif)
|
||||||
|
|
||||||
## [Path IntelliSense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)
|
## [Path IntelliSense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)
|
||||||
|
|
||||||
> Visual Studio Code plugin that autocompletes filenames
|
> Visual Studio Code plugin that autocompletes filenames
|
||||||
|
Loading…
Reference in New Issue
Block a user