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
Is your feature request related to a problem? Please describe.
Often, I want to go to the code for a specific QL class.
Right now, I have to use the global search (limited to qll and ql files), and search for the string "class " to get specific results.
Describe the solution you'd like
Integreate with the go to symbol in workspace functionality provided in VSCode (Ctrl+T).
A list of matches for the (partial) class name I entered and the files these classes are defined in would be awesome.
The text was updated successfully, but these errors were encountered:
Go to type definition requires a source location and a URI. whereas workspace symbols just requires a query string. So, I think in this case the latter is more appropriate.
Is your feature request related to a problem? Please describe.
Often, I want to go to the code for a specific QL class.
Right now, I have to use the global search (limited to qll and ql files), and search for the string "class " to get specific results.
Describe the solution you'd like
Integreate with the go to symbol in workspace functionality provided in VSCode (Ctrl+T).
A list of matches for the (partial) class name I entered and the files these classes are defined in would be awesome.
The text was updated successfully, but these errors were encountered: