-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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 Script editor completion doesn't suggest members of a script for type hints #48037
Conversation
Ah, just realized this is for 3.x. The fix looks good to me, but is this issue fixed in master already? |
No, the same script running in master will caused a parse-error but not in 3.x, and the error message is |
71cb8d3
to
c58391c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay!
Let's merge for 3.6 (and wait a bit for a potential 3.5.x cherry-pick to ensure there are no regressions).
I rebased the PR to make sure that it still compiles, since the last update was 18 months ago.
The bug this solves seems still valid in current 4.0 so this should be solved via a different PR.
Thanks! |
Cherry-picked for 3.5.2. |
Fix #47720
![example](https://user-images.githubusercontent.com/56381255/114200907-3cd31300-9988-11eb-842a-f169c3098162.png)
result: