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: Fix autocompletion issues with nested types #94996

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

Conversation

HolonProduction
Copy link
Member

@HolonProduction HolonProduction commented Jul 31, 2024

Fixes #71734
Closes godotengine/godot-proposals#11430
Salvaged from #71842

Also improves/fixes some smaller issues that I stumbled upon when writing tests for the original issue:

  • preloaded types are now correctly suggested in type hints
  • ordering of types in inner classes shows types from the inner class first
    ...

Adds support for global classes to the completion test runner and turns of error printing for the tests.

Marked as draft for now, since I still want to finish the test cases.

@dalexeev dalexeev added this to the 4.4 milestone Aug 1, 2024
@HolonProduction HolonProduction force-pushed the salvage-71842 branch 2 times, most recently from 1942dcc to 05af8ca Compare August 5, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release topic:editor topic:gdscript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggest type constants as types Missing autocompletion for nested types
3 participants