-
Notifications
You must be signed in to change notification settings - Fork 24
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
flutter/dart values show in wrong position and with incorrect type #86
Comments
Hi @dizzib ! It appears that the plugin confuses all the different Have you checked whether the flutter For the plugin to work there has to be a scope at function level, if this scope is not present, it will look at class level. At class level it used the first definition of |
To the debug you could use https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/dart/locals.scm Could you paste your test file in plain text here? |
I don't see a function scope here https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/dart/locals.scm There is just a scope for a |
It would be great if virtual text could appear on the current line begin debugged.
Also, in the screenshot we see
bool value = “b0”
Thanks.
The text was updated successfully, but these errors were encountered: