'Go to Symbol in Workspace' doesn't work unless an editor of the language is open #23584
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
javascript
JavaScript support issues
typescript
Typescript support issues
Go to Symbol in Workspace
only seems to work if there is at least one editor of a particular language open. For example, in order to get workspace symbols in Typescript, I need to have at least 1 Typescript file open, same with C#. If I have no editors open then there no symbols are shown.Steps to Reproduce:
Open a folder (Typescript, C#, a mix, etc)
With no editors open, do a symbol search for a known symbol
No results will be displayed
Open a folder with more than 1 language (Typescript & C# for instance)
Open a Typescript file
Do a symbol search for a known Typescript symbol
Results will be displayed
Do a symbol search for a known C# symbol
No results will be displayed
Open a C# file
Do a symbol search for a known C# symbol
Results will be displayed
The text was updated successfully, but these errors were encountered: