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
I don't think the LSP spec supports SignatureHelp on a range; so this is probably out of scope. However, I'm curious if you have any ideas in this context:
It would be cool to expose reveal_type() without having to type that out explicitly, while editing a Python file. Specifically, I would love to select an expression, and get the result of reveal_type on that expression. Do you know of a way to do this?
The text was updated successfully, but these errors were encountered:
I don't think the LSP spec supports SignatureHelp on a range; so this is probably out of scope. However, I'm curious if you have any ideas in this context:
It would be cool to expose
reveal_type()
without having to type that out explicitly, while editing a Python file. Specifically, I would love to select an expression, and get the result ofreveal_type
on that expression. Do you know of a way to do this?The text was updated successfully, but these errors were encountered: