Open
Description
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.