Community
Participate
Working Groups
The method org.eclipse.xtext.ui.editor.templates.CrossReferenceTemplateVariableResolver.resolveValues(TemplateVariable, XtextTemplateContext) asks the ScopeProvider for all contents to create a list of potential candidates. This could cause problems when the list gets very big. We should avoid this by setting a limit of possible candidates.
Can be filtered programatically if it's an issue.