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

4.0: LSP server does not use the new documentation comment format #66339

Closed
atirut-w opened this issue Sep 24, 2022 · 0 comments · Fixed by #66885
Closed

4.0: LSP server does not use the new documentation comment format #66339

atirut-w opened this issue Sep 24, 2022 · 0 comments · Fixed by #66885

Comments

@atirut-w
Copy link
Contributor

Godot version

v4.0.beta1.official [20d6672]

System information

N/A

Issue description

Godot's LSP server still uses the old method of apparently sending comments verbatim to the client as hover docs, so new doc comments using double hashes are now headers.

I am using the official Godot extension for VSCode.

Screenshot_20220924_155604

Steps to reproduce

  1. Create a new project and a script using Godot 4 Beta 1
  2. Open the script using VSCode. Note: set up the extension the same way as 3.x but change LSP port to 6005 in VSCode settings.
  3. Create a variable or a function and add a doc comment
  4. Very big documentations on hover.

Minimal reproduction project

No response

@Calinou Calinou added this to the 4.0 milestone Sep 24, 2022
@Calinou Calinou moved this to To Assess in 4.x Priority Issues Sep 24, 2022
Repository owner moved this from To Assess to Done in 4.x Priority Issues Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants