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 think it is reasonable to use Range, and not just position, for this request. I imagine a user might want to use "extend selection" to select an expression (like foo.bar.baz.foo()), and then "goto type definition" to get to the type of the result.
The text was updated successfully, but these errors were encountered:
At the moment, goto type definition is specked to use
TextDocumentPositionParams
:https://microsoft.github.io/language-server-protocol/specification#textDocument_typeDefinition
I think it is reasonable to use
Range
, and not just position, for this request. I imagine a user might want to use "extend selection" to select an expression (likefoo.bar.baz.foo()
), and then "goto type definition" to get to the type of the result.The text was updated successfully, but these errors were encountered: