Added articles and tip to visual studio code guide. Articles on integrating Prettier with ESLint and Airbnb (#35871)
This commit is contained in:
committed by
Parth Parth
parent
d54f2d7c8d
commit
987820f079
@ -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:
|
||||
<kbd>CTRL</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd> on Windows
|
||||
and
|
||||
<kbd>⌘ CMD</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd> on macOS
|
||||
followed by typing "Terminal:Rename" hit <kbd>ENTER</kbd> 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)<img src="https://upload.wikimedia.org/wikipedia/commons/0/0f/Notepad%2B%2B_Logo.png" width="50px">
|
||||
|
||||
|
Reference in New Issue
Block a user