DEV Community

Discussion on: Who said that VIM cannot compete with IDEs?

Collapse
 
bezirganyan profile image
Grigor Bezirganyan

I am more a GDB user. I once tried to use lldb for debugging the C++ part of code in Android Studio, and I think it feels like using Emacs fr vim user :) But if you are comfortable with it, why not give it a try? Inform me about your experience.

I've never heard about ale, thankn you :) I was considering disabling YouCompleteMe since I wasn't using the completion much, and I mostly liked its error detection. So I think I will give it a try!

Collapse
 
aghost7 profile image
Jonathan Boudreau • Edited

There's always the goto definition that you could use with YouCompleteMe. Not sure how useful it would be in your case, but I've used it quite a bit with Python.

Thread Thread
 
bezirganyan profile image
Grigor Bezirganyan

Yes it's really helpful, it's one of the things I really like in YouCompleteME :)