Skip to content

charitra1022/VSCodeSettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

VSCodeSettings

Some settings and Extensions of Visual Studio Code that can make life easier!

Set Up

To set up the settings in your own project, just copy the .vscode folder onto your project folder, and all done!

Settings included

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.

Useful Utility Extensions

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

Useful git related Extensions

Extension Name Identifier
Markdown Preview Enhanced shd101wyy.markdown-preview-enhanced
gitignore codezombiech.gitignore
Git History donjayamanne.githistory

Useful Web Dev related Extensions

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

Useful Python related Extensions

Extension Name Identifier
Python IntelliSense ms-python.python
Code Runner formulahendry.code-runner

Useful C/C++ related Extensions

Extension Name Identifier
Better C++ Syntax jeff-hykin.better-cpp-syntax
C/C++ ms-vscode.cpptools
Code Runner formulahendry.code-runner

Useful Java related Extensions

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.

Contribution

You can also contribute to this repository by sharing your views about some useful VSCode stuff by creating a Pull Request.

Contact Me

Linkedin Badge Gmail Badge YouTube Badge

About

Some settings and extensions of VS Code that can make life easier!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published