For Vim, integration with the YouCompleteMe[1] plugin would be a great option (if I may say so myself). YCM offers a Completer API which can be used to connect a semantic completion engine for any language. It already has semantic completion support for C, C++, ObjC, ObjC++ (all through libclang), Python (through Jedi), C# (through OmniSharp) etc.
When DCD becomes stable (is it already?) I'll gladly write the integration for YCM. [1]: https://github.com/Valloric/YouCompleteMe On Fri, Aug 9, 2013 at 4:07 AM, Tobias Pankrath <[email protected]> wrote: > On Friday, 9 August 2013 at 11:00:36 UTC, David wrote: > >> I'll look into kate. Can't promise anything due lack of time though. But >>> it's something I'd benefit directly from, so .. :-) >>> >>> >> I really hope this will work for Kdevelop, too! >> > > After one minute of api docs: It's an interface to KTextEditor, so it > should somehow :-) >
