Open UdoW opened 6 years ago
org.eclipse.xtext.ui.codetemplates.ui.contentassist.CodetemplatesProposalProvider.completeVariable_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) does not create additional proposal infos. i cannot tell if this is intended or not.
and we dont have a custom processor as jdt does: TemplateVariableProcessor => we would need either a bigger c&p or fixed it in platform
If I add my own templates preferences page for my DSL then it shows the same incorrect variables documentation like the Xtend templates preferences. See screenshot In the screenshot I marked the wrong presentation of the template documentation with yellow color.
If you compare it to the templates preferences of the Java editor then the documentation should open in an additional overlay window where HTML syntax is interpreted for layouting the docs. See screenshot .