-
Notifications
You must be signed in to change notification settings - Fork 185
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
Parse USE statements in function definitions #127
Comments
See #54 |
Thank you for the fast reply. I created the issue exactly because I saw that |
Yeah, the definition should be resolved to the |
I agree though that for method definitions, this is counter-intuitive. #54 will solve this by adding a concept of "types", so we have the type of the |
First of all - thank you for this great piece of code.
In the following example (just meaningless code) using VS code I get a nice peek of the
getInstance
definition, but not of thedebug
definition:Is it possible to hint for the variables imported using
use
?The text was updated successfully, but these errors were encountered: