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

"Unresolved identifier" error message should include the name of the identifier that couldn't be resolved #483

Closed
joshtynjala opened this issue Mar 17, 2021 · 1 comment

Comments

@joshtynjala
Copy link
Contributor

When I build from the command line, I get the following message when there's an unknown identifier in my code (either referencing a variable or calling a function that doesn't exist).

Unknown identifier : identifierName

In VSCode, I see only "Unresolved identifier" without the identifier.

Unresolved identifier

I was trying to filter some of the errors in my Haxe project in VSCode today. I had hoped to figure out how many were "Unresolved identifier" messages for a specific identifier. I couldn't do that because the text is simply "Unresolved identifier" without the name of the identifier that the error is referring to. It would be helpful if vshaxe would include the name of the identifier in the error message too, like the compiler does.

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

No branches or pull requests

1 participant