-
Notifications
You must be signed in to change notification settings - Fork 26
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
GDScript LSP support #120
Merged
Merged
GDScript LSP support #120
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
van800
commented
Nov 29, 2023
•
edited
Loading
edited
- settings page
- run configrations
- statistics
- typing assist (formatting on Enter)
- lsp provider
- test that lsp server is enabled by command line arg (Godot 4.3+)
- live templates
- dynamic port for Godot 4.3 - support multiple solutions simultaneously
van800
force-pushed
the
net241-setting-page
branch
from
November 29, 2023 15:39
1733d7c
to
2eb3f57
Compare
van800
changed the title
Provide a demo settings page with some options
GDScript LSP support
Dec 20, 2023
van800
force-pushed
the
net241-setting-page
branch
5 times, most recently
from
January 11, 2024 18:48
064dd56
to
c6284d7
Compare
van800
force-pushed
the
net241-setting-page
branch
5 times, most recently
from
January 18, 2024 07:37
65c9f6e
to
7c18737
Compare
van800
commented
Jan 18, 2024
rider/src/main/kotlin/com/jetbrains/rider/plugins/godot/textMate/GdScriptTemplateContextType.kt
Outdated
Show resolved
Hide resolved
rider/protocol/src/kotlin/model/frontendBackend/GodotFrontendBackendModel.kt
Show resolved
Hide resolved
.../main/kotlin/com/jetbrains/rider/plugins/godot/lang/service/GodotLspServerSupportProvider.kt
Outdated
Show resolved
Hide resolved
van800
force-pushed
the
net241-setting-page
branch
from
January 19, 2024 11:28
e697471
to
f45b29a
Compare
Nepp3r
pushed a commit
to Nepp3r/godot-support
that referenced
this pull request
Jan 23, 2024
* provide a settings page with some LSP options * optimized icon * provide cor runtimeType for run scene - fix JetBrains#117 * fix bug updating path of Godot4 exe * fix JetBrains#106 Run-configurations for Godot without C# * working on settings * ++ * ++ * stats for pure GDScript solutions * default UseDynamicPort to false * wip LspServerSupportProvider and indent options * working lsp * live templates * fix bug with specifying --lsp-port * cleanup * avoid multiple startServersIfNeeded * support dynamic port for Godot 4.3+ * disable lsp by default, disable and hide port when "Use a random free port" is checked * close lang server on disabling the setting * add comment * extract isMatchingFile logic * merge queue for starting lsp servers * fix merge
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.