this post was submitted on 01 Oct 2023
116 points (90.3% liked)

Programming

18333 readers
511 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments

For larger projects, JetBrain's IDEs, except VSCode for JS related stuff. A full IDE is simply so much nicer when you got a lot of stuff going on in multiple files, which is a weak point for VSCode in my experience.

For smaller projects/single file scripts, VSCode works just fine. The amount of plugins available also makes it very suitable of you are dealing with non text based files like UML.

For small text files I prefer npp for its light weight.

Other than text editors, git is mandatory for all projects for obvious reasons, and WSL if I'm on windows.