diff --git a/guide/english/tools/source-code-editors/index.md b/guide/english/tools/source-code-editors/index.md
index 548fa08aa0..d64b2b13fa 100644
--- a/guide/english/tools/source-code-editors/index.md
+++ b/guide/english/tools/source-code-editors/index.md
@@ -39,6 +39,7 @@ Its main features are:
* 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.
+
**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
- [GitLens](https://gitlens.amod.io/) - helps visualize the code authorship
@@ -50,9 +51,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
+- [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.
-