-
Notifications
You must be signed in to change notification settings - Fork 1
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
Jump definition does not work for function call from contract object #340
Comments
This does not work either:
|
Sorry, the contracts I am reviewing has compilation issues. I only notice that once I run Is it possible to show compiler errors to users more explicitly? |
All the errors returned by invoking Can we please have an example of a case where the compiler error is not being explicit? This will help us recreating it. |
Yes, it's reported, but not so easy to notice them. How should I check the errors? |
Oh they should all be reported as regular error diagnostics. So they are highlighted red and reported in "Problems" tab. The errors reported are only the ones coming from ralphc's API here. |
In the following code, I can't jump to the
bar
function for contractfoo
The text was updated successfully, but these errors were encountered: