From 2feac1b3c35b1548634058128773d12859579730 Mon Sep 17 00:00:00 2001 From: Dominic Vonk Date: Thu, 20 Aug 2020 10:43:18 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e1df409..e0e8e6a 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/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 From 413c808be081570e81be184d17777f2d8235d176 Mon Sep 17 00:00:00 2001 From: Dominic Vonk Date: Thu, 20 Aug 2020 10:54:12 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e8e6a..56fd5b3 100644 --- a/README.md +++ b/README.md @@ -739,7 +739,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Provides parameter hints on function calls in JS/TS/PHP files. -![Parameter Hints](https://raw.githubusercontent.com/dominicvonk/vscode-parameter-hints/master/icon.png) +![Parameter Hints](https://raw.githubusercontent.com/dominicvonk/vscode-parameter-hints/master/preview.png) ## [Partial Diff](https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff)