Make your dev environment awesome with VSCode + OhMyZSH š„š„š„ plugins, fonts, Icons and others
Shahjada Talukdar
Posted on October 22, 2019
VSCode is awesome and we know it. Performance is the key here. But overall easy-to-use design, plugins and marketplace make this even more powerful.
I have been using VSCode since the beginning. Here is one post I wrote more than 4 years ago Visual Studio Code ā A Cross Platform Code Editor built with Chromium
VSCode has become much better since it's inception. I will share some of the best Plugins you can use today to improve your developer experience š
1.Font
Personally I like to have a very clean and catchy font for my VSCode as I mostly read and write code. So Font is really important to me.
I use Operator Mono. I tried few fonts. But so far I like it the most. It suits my eyes very well.
So you can download and install the font and then go to VSCode setting and paste this to Font section.
'Operator Mono', Monaco, Menlo, Consolas, 'Courier New', monospace
This is how my font looks and I think it's really cool! š
I tried both vscode-icons and Material Icon theme. But I think I like Material Icon theme a bit more.
3.NPM
This extension supports running npm scripts defined in the package.json file and validating the installed modules against the dependencies defined in the package.json.
Notice: The validation is done by running npm and it is not run when the modules are managed by yarn.
Visual Studio Code plugin that autocompletes npm modules in import statements.
5.Theme
There are a lot of good Themes on Marketplace but I use the pre-installed Monokai theme the most! I actually tried few of the popular ones. Still, Monokai suits the best for my eyes.
There are few more cool plugins I use. I will continue writing this on next Part.ā”
Till then,
Cheers!
š
As I am trying to contribute contents on the Web, you can buy me a coffee for my hours spent on all of these ā¤ļøššø
My Blog: https://shahjada.me
Posted on October 22, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.