Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] C Structure Members Autocomplete/Suggestions

> If a developer write on eclipse tmpPoint. and then click 
> CTRL+SPACE then eclipse will display the member list for point 
> structure, I need to know how this is handled in Eclipse CDT, which 
> files/functions are responsible for this autocompletion feature?

A good place to start looking is DOMCompletionProposalComputer [1].

Hope that helps,
Nate

[1] https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/contentassist/DOMCompletionProposalComputer.java

Back to the top