You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Annotating a function with @return often doesn't do anything, or at least it doesn't override what the extension thinks a function's return value might be.
Example:
Here I annotated the function with @return any, but in the tooltip constantly flips between function, integer, string and so on.