add TS/JS postfix completion

This commit is contained in:
Vitaly Turovsky 2021-11-19 16:12:36 +03:00
parent 6ceac70951
commit 8435f6ac9d
1 changed files with 2 additions and 1 deletions

View File

@ -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)