← Back to context

Comment by tracker1

6 days ago

I prefer VS Code... though MS has for better or worse kept the .Net tooling relatively weak. I'll use Rider or VS on a few occasions... then retreat back to Code as much as I can.

For split web projects, definitely work on the web ui in VS Code.

I used to like VS Code, but something about it changed and it does not feel as snappy as it once did for me. Now I prefer Zed.

  • Electron apps are seldom snappy, we use it, because some plugins aren't available anywhere else.

    • I mostly agree, that said, after VS Code starts, it runs pretty well. I almost didn't try it after Brackets and Atom as they were really slow. I haven't tried zed, so can't speak to it. VS Code was really just the first editor that I used with an integrated terminal and the directory tree. Just those two features made it a great fit for my workflow. I'm able to use the CLI to run/debug without leaving the editor, and/or run git commands from the terminal as well.

      3 replies →