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 functionality of Go To Definition for properties set/get #68311

Merged
merged 1 commit into from
Jun 18, 2023

Conversation

RobertMasek
Copy link
Contributor

Closes #67927
Adds new case statement for GDScriptParser::Completion_Property_Method which allows using ctrl + Left click to go to function definition

Copy link
Member

@adamscott adamscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple PR, but it works. Thanks!
Sorry for the delay, by the way.

@adamscott
Copy link
Member

Just realized it's your first contribution! Congratulations! 🎉

@akien-mga akien-mga merged commit 11ee6fc into godotengine:master Jun 18, 2023
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

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 "Go to definition" not working for properties set / get when using existing class functions
4 participants