Community
Participate
Working Groups
1. select a java package that contains xtend files 2. trigger the context menu 3. select "source" -> "organize imports" Expected behavior: imports in xtend files are organized. Right now, if the package contains no Java files, the error message "the selection contains no compilation units" pops up.
Pushed to review https://git.eclipse.org/r/#/c/28805/
Merged into master
It works via the menu, but the more natural CTRL-SHIFT-O just gives me "the selection contains no compilation units" I assume there was no way to integrate with JDT?