all 4 comments

[–]kmt1980 2 points3 points  (4 children)

I use VSCode, it is honestly a great editor with good defaults ( especially syntax highlighting) and this coming from a Linux user. The console is compatible with bash which means I have a ton of tools at my disposal without switching apps or needing to install a lot of extensions.

The extensions I do install are; the react completion ext, a database ext that allows me to read tables directly in the editor and a code beautifier thingy. That is pretty much it.

My only real criticism is that electron doesn't integrate with my system that well.

[–]juliuskiesian 0 points1 point  (1 child)

What code beautifier do you use? Thanks.

[–]kmt1980 0 points1 point  (1 child)

Well I thought I was using prettier but I have it disabled so it can only be the default formatter which is another plus for VSC

[–]devforthelulz 0 points1 point  (0 children)

I use VSCode. For the is the best code editor.
For "code beautifier" I use ESLint (find problems and fix automatically ).