DEV Community

Discussion on: My productivity setup ( VS Code )

Collapse
 
orels1 profile image
orels1

While it's a paid font, I still can't recommend Dank Mono enough. Its a pretty unique looking font among the coding fonts, so you never know if you might like it!

gumroad.com/l/dank-mono

JetBrains mono is also good. Learned to love it when I started doing some C# coding for Unity stuff.

And in terms of themes, I just can't stop using Monokai Pro: monokai.pro/

Some other things to note that i haven't seen other mention:

  • Dash integration, if you're on macos and using Dash - pulls up the docs for things in Dash
  • Code Spell Checker, for all your flase and other fun typos
  • Partial Diff, for weird situations when you want to quickly compare some code in the editor, i often use it to compare some code that i have open on github withi pieces on my local machine (without having to switch branches locally)

Nice compilation though! Will be grabbing the autocomplete for sure

Collapse
 
developeratul profile image
Minhazur Rahman Ratul

Thank for the font!

Some comments have been hidden by the post's author - find out more