Variables are sometimes underlined, without pattern or explanation
Since installing this plugin, I've noticed that sometimes variables are underlined. The logic of these underlinings is unclear, I can't find a reference in the documentation, etc.
In the image, notice that the x and y params in one function are underlined, and in another they're not. This also sometimes happens with locals.
If I use Inspect Editor Tokens and Scopes they appear to be identical.
Because it seems inconsistent I wonder if it's a bug? Otherwise, the issue is that it lacks explanation.
Let me know if I can provide more examples or information.
It means that a variable is considered mutable if it has been reassigned within its scope.
I see, very cool thank you!
I guess this is a documentation issue then. 👍