My VS Code Setup
Zeeshan Ahmd
Posted on May 1, 2021
Extensions
- Auto Close Tag
- Auto Rename Tag
- Bracket Pair Colorizer
- change-case
- Code Spell Checker
- Customize UI
- EditorConfig for VS Code
- ESLint
- GitLens β Git supercharged
- Import Cost
- IntelliJ IDEA Keybindings
- IntelliSense for CSS class names in HTML
- Material Icon Theme
- Prettier - Code formatter
- Visual Studio IntelliCode
Settings
{
"customizeUI.titleBar": "inline",
"window.titleBarStyle": "native",
"explorer.openEditors.visible": 0,
"editor.suggestSelection": "first",
"editor.fontFamily": "FiraCode-Retina",
"customizeUI.font.regular": "FiraCode-Retina",
"customizeUI.font.monospace": "FiraCode-Retina",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"terminal.integrated.fontFamily": "FiraCode-Retina"
}
π πͺ π
π©
Zeeshan Ahmd
Posted on May 1, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
vscode VS Code - Sticky code sections for improved contextual browsing (sticky scroll)
November 20, 2023