Some settings and Extensions of Visual Studio Code that can make life easier!
To set up the settings in your own project, just copy the .vscode folder onto your project folder, and all done!
Settings Name | Value |
---|---|
File AutoSave | onFocusChange |
Word Wrap | On |
Editor Tab Size | 4 |
Add Closing Brackets | Always |
Bracket Pair Colorizer | Enabled |
Default Code Formatter | Prettier - Code formatter |
Default Debug Console | Command Prompt |
Terminal Arguments | any command that you might want to run as soon as you open the terminal. You might want to activate a virtual environment for the project, so enter the commands that are required to be run always. |
Extension Name | Identifier |
---|---|
Carbon Product Icons | antfu.icons-carbon |
Prettier - Code formatter | esbenp.prettier-vscode |
file-icons | file-icons.file-icons |
indent-rainbow | oderwat.indent-rainbow |
Bracket Pair Colorizer 2 | coenraads.bracket-pair-colorizer-2 |
EasyZoom | nabeelvalley.easyzoom |
Code Runner | formulahendry.code-runner |
Extension Name | Identifier |
---|---|
Markdown Preview Enhanced | shd101wyy.markdown-preview-enhanced |
gitignore | codezombiech.gitignore |
Git History | donjayamanne.githistory |
Extension Name | Identifier |
---|---|
Auto Rename Tag | formulahendry.auto-rename-tag |
Live Server | ritwickdey.liveserver |
ESLint | dbaeumer.vscode-eslint |
ES7+ React/Redux/React-Native snippets | dsznajder.es7-react-js-snippets |
Bootstrap 5 Quick Snippets | anbuselvanrocky.bootstrap5-vscode |
Thunder Client | rangav.vscode-thunder-client |
Extension Name | Identifier |
---|---|
Python IntelliSense | ms-python.python |
Code Runner | formulahendry.code-runner |
Extension Name | Identifier |
---|---|
Better C++ Syntax | jeff-hykin.better-cpp-syntax |
C/C++ | ms-vscode.cpptools |
Code Runner | formulahendry.code-runner |
Extension Name | Identifier |
---|---|
Language Support for Java(TM) by Red Hat | jeff-hykin.better-cpp-syntax |
Code Runner | formulahendry.code-runner |
The extensions above are extremely useful. To know more about the extensions, you can search the extensions on VSCode by their identifiers.
You can also contribute to this repository by sharing your views about some useful VSCode stuff by creating a Pull Request.