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

Allow client to specify symbol filter for FindSymbols Endpoint. #1823

Merged
merged 6 commits into from
Jul 10, 2020

Commits on Jun 6, 2020

  1. FindSymbols Endpoint exposes a SymbolFilter Property. This enables the

    Client to specify what symbols he is interested in. Previously the
    SymbolFilter.TypeAndMember was used by default. Especially in larger
    projects this results in poor performance.
    Julius Zint committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    eba34a7 View commit details
    Browse the repository at this point in the history
  2. Improved code quality by implementing suggestions from code review and

    adding a unit tests to ensure the SymbolFilter gets used.
    Julius Zint committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    4db9468 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    bb9a8d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    e62e9f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    5d86ad5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    d38d82a View commit details
    Browse the repository at this point in the history