Linting and Code Navigation in the code editor

Thank you! That really solved the problem!

1 Like

When I define parameters in code annotations and pass self into a function to the module, I get a complaint about field I want to access:

image

What’s the best way to “solve” it? Should I somehow define what is expected to be inside self using @class?

I would do that, yeah… or maybe use any instead of userdata?