Sickday@kbin.earthtoProgramming@programming.dev•Coders or lemmy, what editors do you use? Is it worth learning a new one?
1·
3 days agoDepends on what device I’m using. On my tower(s), I’m typically reaching for Rider, Pycharm, or Zed. On my laptop(s) it’s pretty much always Helix or Zed. On servers it’s vim 100% baby. I’ve gotten pretty comfortable working with theses tools, so I haven’t really needed to look into alternatives at all.
Nah. When I’m using Zed it’s typically for Elixir/Erlang and I’m usually run debugging tools outside of Zed in a separate shell. When I’m using
iex
and/orobserver
I like to use a full screen terminal on a separate workspace/tab than the editor itself