We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following on #800, "organize imports" should be made available as a source code action see redhat-developer/vscode-java#513.
Ideally, the client would no longer need to treat organize imports as a client defined command
The text was updated successfully, but these errors were encountered:
Add source CodeAction support for organize imports. (#856)
da21494
Fixes #845 Signed-off-by: Yaohai Zheng <[email protected]>
No branches or pull requests
Following on #800, "organize imports" should be made available as a source code action
see redhat-developer/vscode-java#513.
Ideally, the client would no longer need to treat organize imports as a client defined command
The text was updated successfully, but these errors were encountered: