-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
'Format Document' command isn't functional in Java Language. #1068
Comments
It is part of the language server protocol, that Theia supports. Does your language have a language server? |
My custom language had not have a language server, i will work it out. |
https://github.com/eclipse/eclipse.jdt.ls supports it so it should work. |
@svenefftinge There should not be anything specific I will check it out. |
This is due to initialization issue as described on eclipse-jdtls/eclipse.jdt.ls#601. It is also affected from #1577 |
Updates the server to the latest snapshot which includes a fix that is required for Theia. Also changes the way language server is started to adjust to the changes on environment variables. fixes eclipse-theia#1068
Updates the server to the latest snapshot which includes a fix that is required for Theia. Also changes the way language server is started to adjust to the changes on environment variables. fixes eclipse-theia#1068 Signed-off-by: Gorkem Ercan <[email protected]>
Updates the server to the latest snapshot which includes a fix that is required for Theia. Also changes the way language server is started to adjust to the changes on environment variables. fixes eclipse-theia#1068 Signed-off-by: Gorkem Ercan <[email protected]>
Updates the server to the latest snapshot which includes a fix that is required for Theia. Also changes the way language server is started to adjust to the changes on environment variables. fixes eclipse-theia#1068 Signed-off-by: Gorkem Ercan <[email protected]>
Updates the server to the latest snapshot which includes a fix that is required for Theia. Also changes the way language server is started to adjust to the changes on environment variables. fixes eclipse-theia#1068 Signed-off-by: Gorkem Ercan <[email protected]>
Updates the server to the latest snapshot which includes a fix that is required for Theia. Also changes the way language server is started to adjust to the changes on environment variables. fixes eclipse-theia#1068 Signed-off-by: Gorkem Ercan <[email protected]>
Updates the server to the latest snapshot which includes a fix that is required for Theia. Also changes the way language server is started to adjust to the changes on environment variables. fixes eclipse-theia#1068 Signed-off-by: Gorkem Ercan <[email protected]>
Updates the server to the latest snapshot which includes a fix that is required for Theia. Also changes the way language server is started to adjust to the changes on environment variables. fixes eclipse-theia#1068 Signed-off-by: Gorkem Ercan <[email protected]>
Updates the server to the latest snapshot which includes a fix that is required for Theia. Also changes the way language server is started to adjust to the changes on environment variables. fixes #1068 Signed-off-by: Gorkem Ercan <[email protected]>
Clicked the menu item 'Format Document' is no effect,When editing a java source code document.
But in a javascript document, this command would preformed an act of expectation.
And I want 'Format Document' command is functional in a custom language. what should l do ?
The text was updated successfully, but these errors were encountered: