-
Notifications
You must be signed in to change notification settings - Fork 417
Import statement support #50
New issue
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
Comments
This may actually require changes on the protocol itself. See microsoft/language-server-protocol#64 |
May be something similar to Eclipse "Organize Imports" command can be implemented. |
The actual issue on the protocol is microsoft/language-server-protocol#11 |
Can the TextEdit returned by the completion request send a whole document change? |
It can but I think we are already very close to an accommodating change on VS Code which should also be taken to the protocol. |
Signed-off-by: andxu <[email protected]>
Auto import command should be very useful.
The text was updated successfully, but these errors were encountered: