Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.5.1Release
-
Fix Version/s: None
-
Component/s: Content Assist
-
Labels:
-
Number of attachments :
Description
removeAll and retainAll are not recognized as DGM methods inside the editor
That's because there exist retainAll and removeAll methods on Collection that are being chosen instead.
I did notice that content assist for list literals wasn't working for empty lists. Eg, []._ was not returning any useful proposals. There was a problem with our completion tokenizer. This is now fixed.
So, is the problem that you weren't seeing the content assist proposals, or that you want the editor to recognize the DGM method instead of the method on collection?