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

[LSP] Add handler for workspace/symbol requests [#4619] #4620

Merged

Commits on Oct 6, 2023

  1. [LSP] Add handler for workspace/symbol requests

    This implements a response for workspace/symbol queries
    as documented here:
    https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_symbol
    
    This allows jumping to symbols by name across a workspace
    (e.g. in VSCode, typing `#foo` in the navigation prompt allows jumping to an identifier containing
    foo as a substring).
    
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the MIT license.
    dschoepe committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ebeaf57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed5b95e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    bd2bb9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5276f07 View commit details
    Browse the repository at this point in the history