Skip to content
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 23 commits into from
Jan 19, 2024
Merged

GDScript LSP support #120

merged 23 commits into from
Jan 19, 2024

Conversation

van800
Copy link
Collaborator

@van800 van800 commented Nov 29, 2023

  • 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 van800 changed the title Provide a demo settings page with some options GDScript LSP support Dec 20, 2023
@van800 van800 force-pushed the net241-setting-page branch 5 times, most recently from 064dd56 to c6284d7 Compare January 11, 2024 18:48
@van800 van800 force-pushed the net241-setting-page branch 5 times, most recently from 65c9f6e to 7c18737 Compare January 18, 2024 07:37
@van800 van800 merged commit 11600a2 into net241 Jan 19, 2024
2 checks passed
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
@van800 van800 mentioned this pull request Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant