Description of problem: There is no content assist after 'global' keyword. Expected values are - list of possible Java Classes. After picking one it should put some default name to the global variable (e.g. globalName or class name in camel case). Version-Release number of selected component (if applicable): JBDS 7.0.1.GA JBoss Drools Core 6.0.0.201308222359 droolsjbpm-tools 6.x branch (2013-11-12) Steps to Reproduce: 1. create new DRL resource 2. write "global " on appropriate line 3. ask for content assist Actual results: Irrelevant content assist Expected results: List of Java classes currently available (could be taken from class path and then added to imports, put fully qualified name, or just take classes that are already imported).