Visual Studio in my opinion is the best code editor. It is available on Windows, Mac and Linux and is free to use. I will be going over my setup and what I like to use.
π¨ Theme
Winter is Coming
Winter is Coming is a theme easy for the eyes. Gives VSCode a polished look.
π Winter is Coming Theme [Extension]
Material Icon
Material Icons provides icons for almost any file or folder you would ever use.
π Material Icon Theme [Extension]
π Font
Fira Code
Fira Code is an elegant font to use while programming because of it's ligatures. It will combine commonly used symbols into one.
π Fira Code [Install Guide]
β Tools
Discord Presence
If you are like me, I like to show off what I'm working on. With Discord Presence you can do exactly that.
π Discord Presence [Extension]
Rest Client
POST https://example.com/comments HTTP/1.1
content-type: application/json
{
"name": "sample",
"time": "Wed, 21 Oct 2015 18:27:50 GMT"
}
Rest Client allows you to test APIs right in VSCode directly.
β¨ There are many Marketplace Extensions to pick from! Which ones are your favorite?
Discussion (2)
I just got to know about the "Discord presence" extension.
Thanks for sharing this.
π My pleasure!