Update README.md

This commit is contained in:
Dominic Vonk 2020-08-20 10:43:18 +02:00 committed by GitHub
parent 932312af46
commit 2feac1b3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/icon.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