4coder»Forums
Kyle Devir
32 posts
Autocompletion
Edited by Kyle Devir on
Hey Allen,

Any plans for function name and parameter autocomplete? What about autocomplete for code from headers that the current one is importing? Or anything like this that you have in works for when the lexer is finished.

Just curious. :)

Kyle
Allen Webster
476 posts / 6 projects
Heyo
Autocompletion
Code smart auto complete is a big feature I want in the code intelligence some day. In the mean time I am curious if you know about word_complete?
Kyle Devir
32 posts
Autocompletion
Yeah, I knew about it. Useful, for what it's worth. :)
Kyle Devir
32 posts
Autocompletion
I might see if, with the current API, if I can get a smarter, albeit very hacky, autocomplete working somehow.
Charly Mourglia
5 posts
None
Autocompletion
I'm wondering if using libclang (like vim YouCompleteMe or Emacs Irony do) could not be a good (even if temporary) solution. Even more when GUI stuff will be available.

I might have a look at this someday !
Allen Webster
476 posts / 6 projects
Heyo
Autocompletion
Well, I don't really like the idea of having to learn external APIs and trying to get libraries to work on multiple platforms etc. BUT if you want to get a clang-based auto complete working through the customization I would be happy to add any features that help that along.