I really wish Sublime would develop a more solid plugin system and have some sane built-ins such as a terminal.
It’s all preference. I think it’s insane that people use the terminal in their editors.
That’s the point behind an IDE - integrated developer environment.
Like I said, it’s all personal preference.
I mainly code in neovim, I do a lot of work ssh-ing into other machines (sometimes with multiple hops.)
I live in the terminal and sometimes cat very very large log files and would like an experience that is terminal centric.
It very much surprised me to learn how many devs there are nowadays who aren’t terminal centric (outside of windows land)
Also I use my text editor to edit database records (via a plugin) as well. Editing DB rows in vim is the kind of crazy I like.
Which plugin do you use for DBs?