mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2025-01-12 23:49:33 -05:00
commit
a5f6abaead
@ -94,6 +94,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
|
||||
- [i18n Ally](#i18n-ally)
|
||||
- [Instant Markdown](#instant-markdown)
|
||||
- [npm Intellisense](#npm-intellisense)
|
||||
- [Parameter Hints](#parameter-hints)
|
||||
- [Partial Diff](#partial-diff)
|
||||
- [Paste JSON as Code](#paste-json-as-code)
|
||||
- [Path IntelliSense](#path-intellisense)
|
||||
@ -734,6 +735,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
|
||||
|
||||
![npm-intellisense](https://raw.githubusercontent.com/ChristianKohler/NpmIntellisense/master/images/auto_complete.gif)
|
||||
|
||||
## [Parameter Hints](https://marketplace.visualstudio.com/items?itemName=DominicVonk.parameter-hints)
|
||||
|
||||
> Provides parameter hints on function calls in JS/TS/PHP files.
|
||||
|
||||
![Parameter Hints](https://raw.githubusercontent.com/dominicvonk/vscode-parameter-hints/master/preview.png)
|
||||
|
||||
## [Partial Diff](https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff)
|
||||
|
||||
> Compare (diff) text selections within a file, across different files, or to the clipboard
|
||||
|
Loading…
Reference in New Issue
Block a user