Add Recommended extension and Add feature (#34495)

I ended up modifying the extension list to include the VIM keybind extension for those who want the experience as well as added Customization as one of the main features of the editor.
pull/32626/head^2
David Madrigal-Hernandez 2019-05-19 11:18:10 -07:00 committed by Parth Parth
parent a30982e862
commit d54f2d7c8d
1 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,8 @@ Its main features are:
* Debugging - Be able to debug using break points, call stacks and an interactive console.
* Built-in Git support - Review diffs, stage files, make commits, push and pull, all available in the editor.
* Extensions - Install extensions to add new languages, themes, debuggers, and connect additional services.
* Customizable - Everything from the editing space to the sidebar, and even features can be turned on or off
with a simple setting layout
**A few extensions that make your life easier and more interesting while using Visual Studio Code are:**
- [VS Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare) - invite someone into your editor and code together
@ -54,9 +56,9 @@ Its main features are:
- [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) - autocompletes filenames
- [TODO highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight) - Highlight TODO, FIXME and other annotations within your code
- [Code Snippets](https://marketplace.visualstudio.com/search?term=snippets&target=VSCode&category=All%20categories&sortBy=Relevance) - snippets for anything you need
- [VSCode Vim](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) - Vim keybindings for VSCode (recommended for users used to the Vim environment).
- [A collection of awesome VS Code extensions](https://github.com/viatsko/awesome-vscode)
## [Notepad++](https://notepad-plus-plus.org)<img src="https://upload.wikimedia.org/wikipedia/commons/0/0f/Notepad%2B%2B_Logo.png" width="50px">
Notepad++ is a free, open source code editor, that runs in the Microsoft Windows Environment. It was developed in 2003, by Dan Ho. It is written in <a href='www.cplusplus.com' target='_blank' rel='nofollow'>C++</a> (the name comes from that). Notepad++ supports tabbed editing, wich allows working with multiple open files in a single window, and also can be use as a plain text editor.
Notepad++ is a free, open source code editor, that runs in the Microsoft Windows Environment. It was developed in 2003, by Dan Ho. It is written in <a href='www.cplusplus.com' target='_blank' rel='nofollow'>C++</a> (the name comes from that). Notepad++ supports tabbed editing, wich allows working with multiple open files in a single window, and also can be use as a plain text editor.