From 8435f6ac9de993de83106340337b82f369c7075f Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Fri, 19 Nov 2021 16:12:36 +0300 Subject: [PATCH 1/2] add TS/JS postfix completion --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd67c7d..6806fe1 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ## JavaScript +- [TS/JS postfix completion](https://marketplace.visualstudio.com/items?itemName=ipatalas.vscode-postfix-ts) - [Babel JavaScript](https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel) - [Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) - This extension provides AI-assisted development features including autocomplete and other insights based on understanding your code context. ![Visual Studio IntelliCode](https://docs.microsoft.com/en-us/visualstudio/intellicode/media/python-intellicode.gif) @@ -623,7 +624,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## [GistPad](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.gistfs) -> Allows you to manage GitHub Gists entirely within the editor. You can open, create, delete, fork, star and clone gists, and then seamlessly begin editing files as if they were local. It's like your very own developer library for building and referencing code snippets, commonly used config/scripts, programming-related notes/documentation, and interactive samples. +> Allows you to manage GitHub Gists entirely within the editor. You can open, create, delete, fork, star and clone gists, and then seamlessly begin editing files as if they were local. It's like your very own developer library for building and referencing code snippets, commonly used config/scripts, programming-related notes/documentation, and interactive samples. ![GistPad gist management](https://user-images.githubusercontent.com/116461/69910156-96274b80-13fe-11ea-9be4-d801f4e9c377.gif) From 29c682b9f005739c17dc8ae5ebc3e5f4a4c6a5a0 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Fri, 19 Nov 2021 18:24:18 +0300 Subject: [PATCH 2/2] add image --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6806fe1..3be1092 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,9 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ## JavaScript - [TS/JS postfix completion](https://marketplace.visualstudio.com/items?itemName=ipatalas.vscode-postfix-ts) + +![TS/JS postfix completion demo](https://github.com/ipatalas/vscode-postfix-ts/raw/master/images/demo-multiline.gif) + - [Babel JavaScript](https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel) - [Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) - This extension provides AI-assisted development features including autocomplete and other insights based on understanding your code context. ![Visual Studio IntelliCode](https://docs.microsoft.com/en-us/visualstudio/intellicode/media/python-intellicode.gif)