CodeNewbie Community 🌱

Cover image for Visual studio code setup for every Developer
Hillary Nyakundi
Hillary Nyakundi

Posted on • Updated on

Visual studio code setup for every Developer

Personally I have been using Visual studio Code since back in 2018, and it has turned out to be one of my all time favorite code editor. The main reason why I like VS code is the ability to customize it to fit your needs, You are able to set it to look the way you will like it by adding your favorite themes, extensions, and even able to share code and even able to do a team work using VS code. As a developer what else would you ask for?
In this article I decided to share some of the most used themes and extensions by developers out there:

Let's Get Started:

Themes

In every bit of honest writing in the world, there is a base theme.

Themes not only changes the setup look but also enhances the user experience and productivity, they also let you give a completely unique look and feel to your editor and setting the right one will get you started to greater productivity.
Most developers prefer Dark themes, Do you?

Extensions

This are what lets you add languages, debuggers and different tools to your setup to support your development work flow.
Here ae some of the most useful extensions for developers:

  • Live Share Alt Text It is an extension that enables real time collaboration between developers. It allows you to instantly (and securely) share your current project, and then as needed, share debugging sessions, terminal instances, localhost web apps, voice calls, and more!
  • Live Server Alt Text This extension is used for launching a development local server with a live reload feature for static and dynamic pages. This saves times for previewing the changes made to your source code by just making the changes in the VS code and saving the file, this will automatically refresh the browser and reflect the changes you have made in it, instead of us manually refreshing the browser page.
  • Code Snapshot Alt Text Ever seen those beautiful code screenshot and ever wonder how they did it? Well this is the extension they use give it a try and change you code screenshot look.
  • Auto rename Tag Alt Text Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
  • Code Spell Checker Alt Text It is a basic spell checker that works well with camelCase code. The goal of this spell checker is to help catch common spelling errors while keeping the number of false positives low.
  • Code Runner Alt Text It allows you to run code file for multiple languages.
  • Material Icon Theme Alt Text With over 7 million downloads, It gives you an option to customize file icons, folder icons to beautifully designed material icons.
  • Better Comments Alt Text It will help you create more human friendly comments in your code. With this you are able to categorize annotations into:
    • Alerts
    • Queries
    • TODOs
    • Highlights
    • Commented out code can also be styled to make it clear the code shouldn't be there
    • Any other comment styles you'd like can be specified in the settings
  • Markdown Preview Alt Text This extensions enabled you look how your output will be once you have written it in markdown.
  • ES7 React/Redux/GraphQL/React-Native snippets Alt Text This is one of the best extensions for JavaScript and React/Redux code snippets.
  • VScode-pdf Alt Text It allows you to check and open your pdf right there in your VS Code.

    Fonts

  • Victor mono Alt Text Victor Mono is an open-source monospaced font with optional semi-connected cursive italics and programming symbol ligatures. The typeface is slender, crisp and narrow, with a large x-height and clear punctuation, making it legible and ideal for code. It comes in seven weights and Roman, Italic and Oblique styles.
  • Monoid
  • Ubuntu Mono Alt Text
  • Roboto
  • Press Star 2P Alt Text

    Conclusion

    I hope you’re eager to use these most amazing VS Code Extensions, themes and font to improve your productivity.
    The above listed ones are by far the most preferred, they were selected by comparing the number of downloads, which most have over 2 million downloads, this means most developer use them on daily basis.

If You have read this far I really appreciate, Help me to grow my community:

Also check out my other article on:
7 Best Visual Studio Code Extensions Every Web Developer Should Have.

Connect With me at Twitter | Insta | YouTube | LinkedIn | GitHub

Enjoy Coding ❀

Top comments (2)

Collapse
 
zakiazfar profile image
zakiAzfar • Edited

Nice work man,
Here are some more I recommend

In the latest update VS Code has its built-in markdown preview extension and auto rename tag extension

Collapse
 
larymak profile image
Hillary Nyakundi

Ohh, I didn't know that coz I haven't updated mine yet. Now I will for sure