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
In Typescript types are separate from classes, similar to how in Java interfaces are kind of separate.
Would it be possible to add a language context :type "type" that then only jumps to the types, so it usually finds only a single result (jumping directly to that)?
I copied an option for that in #97 (comment) and it works well.
The text was updated successfully, but these errors were encountered:
In Typescript types are separate from classes, similar to how in Java interfaces are kind of separate.
Would it be possible to add a language context
:type "type"
that then only jumps to the types, so it usually finds only a single result (jumping directly to that)?I copied an option for that in #97 (comment) and it works well.
The text was updated successfully, but these errors were encountered: