I’m kinda a Vimhead so I’m just using Vim and hand-compiling but I’m interested to see with which tools you people are working with
For IDEs I use Jetbrains stuff mostly. For work, I use Rider for .Net Framework stuff. I’ve been learning Rust lately using CLion with the Rust plugin.
This is why I stopped using IDEs and started using vim, in college they asked me to used a different IDE for each language and I hated it.
neovim all day every day
Shame on me, I’ve never tried neovim just because I hate the logo… let’s throw stones at me.
never have to look at the logo if you never leave the terminal *taps head*
Neovim, for 4 years now
I’m using Kate on Linux and Windows
VSCodium
I currently use VSCode at work, but I might try this. Any pitfalls or unexpected downsides I should be aware of when I make the switch?
Default VSCodium doesn’t use Microsoft’s extension store, instead using Open VSX Directory which is missing extensions. It can be changed after install if needed, though.
I use to prefer to send a feature request to the extensions’ developers to upload their extensions to the Open VSX Directory too.
Mostly neovim on my laptop (recently converted
init.vim
toinit.lua
), but sometimes I use micro for quick edits and vscodium for working on large projects or on windows.VSCode, usually with vim plug-in
geany with a few plugins is very nice and is what i mainly use.
At work I am chained to M$ platform so I am split between Notepad++ and PowerShell ISE.
On my personal systems its all VIM.
I personally use vim and doom emacs doom emacs is emacs with “evil mode” the vim keys
Emacs :)
I have totally drunk the JetBrains kool-aid since $JOB pays for the all products pack license. Regular user of Pycharm, Webstorm, CLion, and occasional user of Resharper for C# and Datagrip. Makes it easy to jump to Android Studio since it’s the same base IDE. What language should the next $job project be in? ;)
Intellij for any big projects, VSCodium for smaller stuff, and vi for config editing, etc.
I really need to just sit down and learn vim. It just never clicks with me. Everyone loves it so clearly it’s good, but I need to learn it. Anyone have any resources (besides vimtutor) or is it just a matter of forcing yourself to use it?
When I wanted to learn vim, I just forced me to do every text editing task with it. After a day, I knew the basics.
You can check this (but vimtutor will always be there for you) :)This is useful. Although I still don’t know how there are people so skilled with this kind of programs! Vim looks and feels hard to use :see-no-evil monkey:
It’s just that it has a steep learning curve. But once you kinda used to vim, it begins to be really “easy” and powerful