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

Fix poor documentation formatting of class titles and inheritance chain #628

Merged
merged 5 commits into from
Apr 17, 2024

Conversation

jogly
Copy link
Contributor

@jogly jogly commented Mar 20, 2024

It seems the extended inheritance chain previously being parsed is no longer available, which causes the "Inherits: " information to be empty. Inspecting the symbol information available, it seems there is no way to recover the inheritance chain without additional queries or modifying LSP response, so a quick fix to display the correct information that we do have is an incremental improvement.

Before
image

After
image

jogly added 4 commits March 20, 2024 12:11
It seems the extended inheritence chain previously being parsed is no
longer available, which causes the "Inherits: " information to be empty.
Inspecting the symbol information available, it seems there is no way to
recover the inheritence chain without additional queries or modifying
LSP response, so a quick fix to display the correct information that we
do have is an incremental improvement.
@DaelonSuzuka
Copy link
Collaborator

@jogly Thanks for catching this and for the quick fix.

@DaelonSuzuka DaelonSuzuka changed the title Improve class title formatting and fix missing Inherits information Fix poor documentation formatting of class titles and inheritance chain Apr 17, 2024
@DaelonSuzuka DaelonSuzuka merged commit 56a7871 into godotengine:master Apr 17, 2024
4 checks passed
@jogly jogly deleted the fix-inherits branch May 1, 2024 16:02
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.

3 participants