Hacker News new | ask | show | jobs
by hotpotamus 1291 days ago
I tend towards simple GUI text editors (Sublime and gedit), but I'm not really a developer. That said, I do use VSCode for anything that has to touch a git repository because screw trying to manage that on the command line. I wonder if that's what tends to push people towards an IDE if they weren't already using one.
1 comments

I use VSCode, but still use the command line for managing git. Old habits die hard, I guess.
Me too! Although I am playing with Sublime merge lately - it is pretty handy for creating branches off of specific commits, looking at diffs across branches etc.