diff --git a/guide/english/tools/source-code-editors/index.md b/guide/english/tools/source-code-editors/index.md
index 6d1ff53f2e..31b648d533 100644
--- a/guide/english/tools/source-code-editors/index.md
+++ b/guide/english/tools/source-code-editors/index.md
@@ -45,6 +45,13 @@ Its main features are:
* Customizable - Everything from the editing space to the sidebar, and even features can be turned on or off
with a simple setting layout
+Tips:
+* You can also change the name(s) of your integrated terminal(s) with:
+CTRL+SHIFT+P on Windows
+and
+⌘ CMD+SHIFT+P on macOS
+followed by typing "Terminal:Rename" hit ENTER and then type the desired namefor your currently open integrated terminal
+
**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
@@ -53,11 +60,13 @@ Its main features are:
- [Auto Close tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag) - automatically adds HTML/XML close tag
- [Auto rename tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) - automatically rename paired HTML/XML tag
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - for making sure your code conforms to ESLint formatting
+- [Prettier: Code Formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [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)
+- [Integrating Prettier + ESLint + Airbnb Style Guide in VSCode](https://blog.echobind.com/integrating-prettier-eslint-airbnb-style-guide-in-vscode-47f07b5d7d6a)
## [Notepad++](https://notepad-plus-plus.org)