DEV Community

Discussion on: Show off your VSCode Setup 👩🏻‍💻💯

Collapse
 
yoursunny profile image
Junxiao Shi

I didn't bother to look for the buttons for changing fonts and colors. The default looks fine.

Plugins:

  • trailing spaces to delete unnecessary whitespaces
  • code spell checker
  • Go, Python, C++, …
  • markdownlint, Better TOML, …
  • PlatformIO (disabled by default, enable in IoT workspace only)
Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Used to use Markdownlint too.

It is nice, but it is one of a few plugins, that shouldn't be ON be default; otherwise, you can't cooperate with others...

Collapse
 
yoursunny profile image
Junxiao Shi

I have Markdownlint configuration in the repository, and CI fails the build if there's any violation. I don't see a problem here.

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt

I made PR to people who don't have Markdownlint, too.