Customizing Visual Studio Code (VS Code) | Coding Thunderz | VS Code Improvements Blogs
Customizing Visual Studio Code
Visual Studio Code is a source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git. Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and you can download it from https://code.visualstudio.com/download. You will definetely find it a better IDE.
Now let's come to our topic. We now that Visual Studio Code has some best customizing elements. These are:
- Themes
- File Icons
- Product Icons
- Fonts
- Font Ligatures
- Any Many Others...
Let's talk about them one by one
Customization By Themes
Themes are the first thing to be changed in vs code. To Change Themes,
- Go to Extensions Buttons in the left panel. (Usually the fifth button)
- Search for "category:themes"
- Install a theme or your choice. Some of the best themes are Cobalt2, Abyss, Dracula, Monokai, Shades of Purple, Tommorow night blue, etc. If you know some other good theme names, comment them below.
- Now, after installation of the theme, click on the gear icon at the bottom of the left panel, click on Color Theme and select the color theme you have installed.
- Your theme is now active. Go and do something awesome.
File Icon Customization
- Go to Extensions Buttons in the left panel.
- Search for "tag:icon-theme".
- Install an extension of your choice. Some of the best file theme extensions are vscode-icons, Material Icon Theme, VS Code Great Icons, Monokai Pro, etc.
- After the installation, apply the file icon theme, and enjoy.
Product Icons Customization
- Go to Extension Bar and search for "tag:product-icon-theme".
- Install the extension of your choice.
- Apply and enjoy.
Changing Fonts in VS Code
- Click on the gear (Settings) icon. Click on the settings button.
- Search for font.
- In the section of Editor: Font Family, replace the existing font with your choice. Make sure that the font is installed in your pc. Some of the best fonts for VS Code are "Cascadia Code, Bahnschrift, Candara, Calibri, etc." You can choose any font of your choice. Cascadia Code also supports in the terminal.
Font Ligatures
- Go to settings, search for font ligatures.
- Click on Edit in settings.json
- Type "editor.fontLigatures: true". Note: Some fonts do not support font ligatures. Cascadia Code is a font that supports it.
- Now, enjoy your coding.
Moving the Side Bar
- Click on the gear icon.
- Click on the command palette.
- Search for side bar.
- Two options will be shown like this:
- Toggle Side Bar Position
- Toggle Side Bar Visibility
Comments
Post a Comment
PLEASE DO NOT ENTER ANY SENSITIVE DATA IN THE COMMENT SECTION. ALWAYS BE FRIENDLY WHILE COMMENTING.