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?
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?