Community
Participate
Working Groups
Build Identifier: M20110909-1335 In the Java editor if I get an error due to a missing import, I can execute the ctrl+1 quick fix and be presented with the "Add import" option. This is not yet implemented in xtend it appears. Note that I do get auto-completion syntax so there is an easy workaround, but clearly my muscle memory is used to the Java quick fix. One small note regarding this: if I am inside a function and I type: Collections:: and then hit ctrl+space then I get no auto-completion assistance to add the import- I just get nothing. If instead I hit ctrl+space _before_ the :: operator, then I get import auto-completion suggestions of java.util.Collections, etc. as expected. Seems reasonable to offer them in both places, no? Reproducible: Always Steps to Reproduce: 1.Open the xtend distribution tutorial project, then Xtend01_HelloWord.xtend 2. In the testHelloWorld method on a new line type Collections::
Already fixed on MASTER.
Closing all bugs that were set to RESOLVED before Neon.0