Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 298213

Summary: [xtend.ui] Enable content assist on function argument types
Product: [Modeling] M2T Reporter: Karsten Thoms <karsten.thoms>
Component: XpandAssignee: Project Inbox <m2t.xpand-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3 CC: benedikt.niehues
Version: 0.8.0   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:
Attachments:
Description Flags
this patch fixes bug 288943
none
this patch fixes this bug none

Description Karsten Thoms CLA 2009-12-18 13:34:46 EST
The content assist does not propose completions on known types in function arguments and return type.

Steps to reproduce:
- create Xpand sample project with the wizard
- open metamodel::Extensions
- go to function entities()
List[Entity] entities(Model this) :
	types.typeSelect(Entity);
	
- hit STRG+SPACE on (Model or List[Entity]
Comment 1 Benedikt Niehues CLA 2011-03-14 11:13:56 EDT
Created attachment 191127 [details]
this patch fixes bug 288943

provide codeCompletion in extensionDefinitions for Return- and ParameterTypes
Comment 2 Benedikt Niehues CLA 2011-03-14 11:27:35 EDT
Created attachment 191128 [details]
this patch fixes this bug

provide codeCompletion in extensionDefinitions for Return- and ParameterTypes
Comment 3 Karsten Thoms CLA 2015-03-05 01:56:57 EST

*** This bug has been marked as a duplicate of bug 341194 ***