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

LSP: Improve function default arg representation #101086

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HolonProduction
Copy link
Member

@HolonProduction HolonProduction commented Jan 3, 2025

Fixes #51617

Reuses the more reliable arghint creation logic from the builtin editor to create the parameter representation for the lsp details.

We still need to create the stuff that isn't the parameters on lsp site, since the lsp represents functions as func name() -> void while arghints take the form: void name(). I find the later actually confusing but that's a different topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GDscript LSP docstring and function signature problems
1 participant