Adding Xtext template proposals to the standard Templates View
We use a DSL generated with Xtext. We added template proposals to our
editor as described in the documentation , it works great - templates are
available on 'Ctrl+space' and on the preferences page. However, they are
NOT visible in the templates view - a standard view in Eclipse where the
template proposals are usually displayed.
Normally, Eclipse templates are added by use of the
org.eclipse.ui.editors.templates extension point, but it is not used in
our plugin.xml generated by Xtext.
Is it possible to display Xtext templates in the standard templates view
and if yes, how can we do it?
No comments:
Post a Comment