|
|
|
|
|
by Game_Ender
4332 days ago
|
|
As an emacs C++ user YouCompleteMe is the only VIM plugin that makes me jealous. I want the code navigation and completion you get with VS or XCode but within emacs. I know there are other plugins that try to do this, but as the author mentioned, all the repeated works leads to an overall mediocre results in most cases. Maybe the front end of something like irony-mode [0] can be adapted to use the YouCompleteMe backend. [0] - https://github.com/Sarcasm/irony-mode |
|
Problem is, I know nothing of emacs scripting and have even less time to maintain Yet Another open-source project. So if I end up being the person who writes such a client, it will be shitty.
I'm really hoping someone from the emacs community takes the lead on building a ycmd client. I'd provide any and all support they'd need.