Community
Participate
Working Groups
A declaration view similar to Java's declaration view would be interesting. This view could inject all the infered types into the Xtend code.
It would probably make sense to define some of the generic supporting code in the xtext.ui plug-in as this could be useful to many Xtext based DSLs.
Created attachment 210154 [details] proposed patch
(In reply to comment #1) > It would probably make sense to define some of the generic supporting code in > the xtext.ui plug-in as this could be useful to many Xtext based DSLs. +1 this should go into Xtext. The patch doesn't seem to have any Xtend dependencies so far.
pushed to master
The declaration view should refer to services from the declaring language, using IUiResourceServiceProvider. Every language has different syntax coloring, and it should be possible to provide contributions for non-Xtext languages (e.g. Java / JDT).