1. | 2. pri| 3. $v| etc...
267268269270271272273274275276277
break; } } public ICompletionContext[] createContexts() { return new ICompletionContext[] { new GlobalStatementContext() }; } }; try { module.codeComplete(offset, requestor, 1000); } catch (ModelException e) {