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

Highlight unused variables #4885

Closed
GlaDOSik opened this issue May 29, 2016 · 3 comments
Closed

Highlight unused variables #4885

GlaDOSik opened this issue May 29, 2016 · 3 comments

Comments

@GlaDOSik
Copy link

NetBeans IDE is able to track down unused variables and highlight them. They are underlined and the tooltip is shown after a while on cursor hover. This feature should be very subtle.

This is a separate issue from the big list #2982
unused

@vnen
Copy link
Member

vnen commented May 29, 2016

This is hard to do with GDScript, at least for now. I don't think the editor have access to the parser to know if a variable is used or not.

@GlaDOSik GlaDOSik changed the title Highlight unused variables (FP) Highlight unused variables May 29, 2016
@YeldhamDev
Copy link
Member

Now that the editor warns about unused variables and other things, this can be closed, right?

@akien-mga akien-mga added this to the 3.1 milestone Nov 14, 2018
@akien-mga
Copy link
Member

Indeed, fixed by #19993.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants