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

Support WorkspaceSymbol in Flow Language Server #7743

Open
jvilk-stripe opened this issue May 20, 2019 · 0 comments
Open

Support WorkspaceSymbol in Flow Language Server #7743

jvilk-stripe opened this issue May 20, 2019 · 0 comments

Comments

@jvilk-stripe
Copy link

Proposal

This is a feature request. I'd like for Flow's language server to support the WorkspaceSymbol request, which lets users search for where symbols are defined.

Use case

  • User wants to import the FooBar React component, but doesn't know where it is defined.
  • User uses the "Go to symbol in Workspace..." functionality in VS Code, and types in FooBar.
  • VS Code sends a WorkspaceSymbol request to Flow's language server with FooBar.
  • Flow's language server returns where FooBar is defined, which VS Code uses to bring the user to the definition site.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants