Bug 440568 - Integration into CDT
Summary: Integration into CDT
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Recommenders (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2014-07-28 11:31 EDT by Krzysztof Wesolowski CLA
Modified: 2019-07-24 14:36 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.