diff --git a/README.md b/README.md index e1df409..56fd5b3 100644 --- a/README.md +++ b/README.md @@ -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