Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Xtext Project Plan/Features/Tooling"

(Feature map)
Line 67: Line 67:
 
| x
 
| x
 
| x
 
| x
 +
|-
 +
| Find references
 +
| x
 +
| x
 +
|
 +
|-
 +
| Find declaration
 +
| x
 +
| x
 +
|
 +
|-
 +
| Type lookup
 +
| x
 +
| x
 +
|
 
|-
 
|-
 
|}
 
|}

Revision as of 08:10, 19 May 2008

Feature map

This map lists all UI features, indicating the model / parser facilities they need access to.

Feature Needs access to
AST Parse Tree Grammar
Code highlighting x
Content assist x x x
Folding x x
Outline x
Hover Info x x x
Code formatting x
Hyperlinking (CTRL + F3 / CTRL + Mouse) x x
Code templates x x
Autoedit x x
Mark occurrences x
Quick Fix x x x
Find references x x
Find declaration x x
Type lookup x x

Back to the top