From d54f2d7c8d9176f4799cb098ffdd4c8fc003e5ef Mon Sep 17 00:00:00 2001 From: David Madrigal-Hernandez Date: Sun, 19 May 2019 11:18:10 -0700 Subject: [PATCH] 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. --- guide/english/tools/source-code-editors/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guide/english/tools/source-code-editors/index.md b/guide/english/tools/source-code-editors/index.md index a465452c17..6d1ff53f2e 100644 --- a/guide/english/tools/source-code-editors/index.md +++ b/guide/english/tools/source-code-editors/index.md @@ -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) -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 C++ (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 C++ (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. \ No newline at end of file