Bug 440568

Summary: Integration into CDT
Product: z_Archived Reporter: Krzysztof Wesolowski <krzysztof.wesolowski>
Component: RecommendersAssignee: Project inbox <recommenders-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: sewe
Version: unspecifiedKeywords: helpwanted
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Krzysztof Wesolowski CLA 2014-07-28 11:31:58 EDT
A longer description
Comment 1 Krzysztof Wesolowski CLA 2014-07-28 11:32:58 EDT
Can similar functionality be available for CDT editors?
Comment 2 Andreas Sewe CLA 2014-11-14 04:07:37 EST
(In reply to Krzysztof Wesołowski from comment #1)
> Can similar functionality be available for CDT editors?

In theory, yes, but it would require a lot of work, including a change to the snippet format; currently, we make some language-specific assumptions about the code (you can either be in a class body, method body, or Javadoc, for example). Also, the "Create Snippet" [from selection] feature alone would be a challenge to implement, in particular as none of the core developers is really familiar with CDT and it's language model.

Flagging this as "help wanted".
Comment 3 Andreas Sewe CLA 2016-02-01 11:18:25 EST
(In reply to Andreas Sewe from comment #2)
> (In reply to Krzysztof Wesołowski from comment #1)
> > Can similar functionality be available for CDT editors?

FYI, Bug 484013 (the feature is already available in the current Mars.2 RC) makes Snipmatch completion available in any text editor; the only thing missing is support for C/C++ specific template variables.