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

better code analyzer #50

Open
APerricone opened this issue Feb 25, 2020 · 3 comments
Open

better code analyzer #50

APerricone opened this issue Feb 25, 2020 · 3 comments

Comments

@APerricone
Copy link
Owner

to find unused locals, and make them gray

I will implement it if it gain 10 thumbs up

@mlacecilia
Copy link

I'm suggesting to avoid this implementation because the effort is unneeded at least for people compiling with MinGW. The recent versions are already reporting not only the unused locals, but also the unneeded assignments.

@APerricone
Copy link
Owner Author

Many thanks for your feedback, harbour itself report unused variable, but doing some refactor I see that is a little intricate use it with VSCode

@VictorCasajuanaMas
Copy link

this feature it works with vscode by default.

image

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

3 participants