Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Go to Symbol in Workspace' doesn't work unless an editor of the language is open #23584

Closed
eamodio opened this issue Mar 29, 2017 · 3 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues typescript Typescript support issues

Comments

@eamodio
Copy link
Contributor

eamodio commented Mar 29, 2017

  • VSCode Version: Code - Insiders 1.11.0-insider (d98a518, 2017-03-29T06:05:18.022Z)
  • OS Version: Darwin x64 16.5.0

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:

  1. Open a folder (Typescript, C#, a mix, etc)

  2. With no editors open, do a symbol search for a known symbol

  3. No results will be displayed

  4. Open a folder with more than 1 language (Typescript & C# for instance)

  5. Open a Typescript file

  6. Do a symbol search for a known Typescript symbol

  7. Results will be displayed

  8. Do a symbol search for a known C# symbol

  9. No results will be displayed

  10. Open a C# file

  11. Do a symbol search for a known C# symbol

  12. Results will be displayed

@chrmarti
Copy link
Collaborator

Also in 1.10.2.

@mjbvz mjbvz added *duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues typescript Typescript support issues labels Apr 3, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Apr 3, 2017

Thanks. This looks like a duplicate of #17022 on the TypeScript side

@mjbvz mjbvz closed this as completed Apr 3, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Apr 3, 2017

Try following up with the C# extension to see if this is something they can look into as well

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

4 participants