Community
Participate
Working Groups
Code snippet (cursor position |): val list = new ArrayList<String>(); ListExtensions|::map(list, null) You'll get multiple error markers on #map due to a missing import for ListExtensions. 1) Place the cursor at | and invoke CA. 2) ListExtensions is proposed but an import will not be added 3) Import 'org.eclipse.xtext.xbase.lib.ListExtensions' manually and everything will be ok Expectation: org.eclipse.xtext.xbase.lib.* is implicitly imported or CA will add the import automatically
A missing import is not marked anymore, ListExtensions is implicitly imported.
Created attachment 263688 [details] Screenshot