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

Add go-to definition in metadata #4441

Merged
merged 5 commits into from
May 29, 2024

Commits on May 29, 2024

  1. feat(lsp-csharp): Add goto to metadata definition

    Now if we try to find the definition of a symbol that is defined
    externally, it will try to load a stripped-down version of the file where
    is defined and show it in a temporal file.
    cheerio-pixel committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7ced548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6a542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b90a1b View commit details
    Browse the repository at this point in the history
  4. refactor(lsp-csharp): Follow razzmat's suggestion.

    I renamed functionallity only used by omnisharp to be prefixed with
    lsp-csharp--omnisharp-
    
    I'm a little bit torn with lsp-csharp--path->qualified-name being prefixed
    like that, but only omnisharp is using it.
    cheerio-pixel committed May 29, 2024
    Configuration menu
    Copy the full SHA
    25f88b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8d671d View commit details
    Browse the repository at this point in the history