protected TemplateContext doCreateTemplateContext(TemplateContextType contextType, ContentAssistContext context) {
int length = context.getReplaceRegion().getLength();
int offset = context.getReplaceRegion().getOffset() + length;
return new XtextTemplateContext(contextType, context.getDocument(),
new Position(offset, 0),
context, scopeProvider2);
}