From 68a10b4900d43cce94cb17000be92d7b27764778 Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Sat, 25 Aug 2018 09:53:55 -0400 Subject: [PATCH 1/2] Adding JS Parameter Annotations extension Add an extension to provide parameter annotations in JS / TS files --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a5af3a7..22e0a77 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitHub](#github) - [GitHub Pull Request Monitor](#github-pull-request-monitor) - [Icon Fonts](#icon-fonts) + - [JS Parameter Annotations](#js-parameter-annotations) - [Kanban](#kanban) - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) @@ -411,6 +412,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more! +## [JS Parameter Annotations](https://marketplace.visualstudio.com/items?itemName=lannonbr.vscode-js-annotations) + +> Provides annotations on function calls in JS/TS files to provide parameter names to arguments. + +![JS Parameter Annotations](https://raw.githubusercontent.com/lannonbr/vscode-js-annotations/master/jsannotations.png) + ## [Kanban](https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban) ![kanban](https://raw.githubusercontent.com/mkloubert/vscode-kanban/master/img/demo1.gif) From 1d36557eb3e970e010df94aa3eedf1c127f127d4 Mon Sep 17 00:00:00 2001 From: Shivendra Agarwal Date: Sun, 7 Oct 2018 04:17:11 +0530 Subject: [PATCH 2/2] Added link for Bond syntax highlighter Bond idl https://github.com/Microsoft/bond --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a08575..19c8723 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Language packages extend the editor with syntax highlighting and/or snippets for - [Arduino](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino) - [Blink](https://marketplace.visualstudio.com/items?itemName=melmass.blink) - [Bolt](https://marketplace.visualstudio.com/items?itemName=smkamranqadri.vscode-bolt-language) +- [Bond](https://marketplace.visualstudio.com/items?itemName=vicey.vscode-bond) - [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) - [Dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code) - [Dockerfile](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker)