java.edit.organizeImports does not work
See original GitHub issueWhen I see the list of available commands with Denite coc-command
, java.edit.optimizeImports
is available. If I remove some of the imports that are used in code, executing java.edit.optimizeImports
does nothing.Expected result would be to see the missing imports added.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Why "Source > Organize Imports" does not work in Eclipse?
"Source > Organize Imports" does not change anything (it does not add any import statements to the beginning of the code).
Read more >Organize imports does not work in accordance to preferences
If I change the order to (switch org and javax) it imports the classes in the right order java org javax com import...
Read more >87930 – Organize Imports does not work in 6.0
Passing to Java editor. The missing functionality in fix imports that ImportCruncher had is to sort imports alphabetically and optionally put ...
Read more >Auto import | IntelliJ IDEA Documentation - JetBrains
In the Settings/Preferences dialog ( Ctrl+Alt+S ), select Editor | Code Style | Java | Imports. Make sure that the Use single class...
Read more >Language Support for Java(TM) by Red Hat
Install the Extension; If you do not have a Java Development Kit correctly set ... the Java Language Server log file, useful for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s problem of jdt.ls, it doesn’t work on their VSCode extension either.
@JulioJu It’s codeAction, not command.