You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a java file when I use the "organize imports" command only those imports are handled that are unambigous. Those that are ambigous are not resolved. A popup as in Eclipse would be nice to select the right import for the ambigous ones.
The text was updated successfully, but these errors were encountered:
Java support should now be contributed by the various VS Code extensions (example found in the theia-appsjava image). If there is still an issue with organize imports please feel free to file an issue at the VS Code extension: https://github.com/redhat-developer/vscode-java.
In a java file when I use the "organize imports" command only those imports are handled that are unambigous. Those that are ambigous are not resolved. A popup as in Eclipse would be nice to select the right import for the ambigous ones.
The text was updated successfully, but these errors were encountered: