From 574398e183614608ac9460e77d31cd0cbe16c35d Mon Sep 17 00:00:00 2001 From: Jack Fairfield Date: Sat, 19 Oct 2019 23:57:25 -0700 Subject: [PATCH] Added Visual Studio IntelliCode. It is truly a game changer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 47384b8..993254d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +
@@ -351,6 +352,8 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [Babel JavaScript](https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel) - [Sublime Babel](https://marketplace.visualstudio.com/items?itemName=joshpeng.sublime-babel-vscode#overview) - Babel extension ported from Sublime Text +- [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) See the difference between these two [here](https://github.com/michaelgmcd/vscode-language-babel/issues/1)