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 type and call hierarchy #74

Merged
merged 7 commits into from
Apr 22, 2023

Commits on Apr 17, 2023

  1. feat(Util.fs): Add 2 util functions

    Signed-off-by: Adam Tao <tcx4c70@gmail.com>
    tcx4c70 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4878c48 View commit details
    Browse the repository at this point in the history
  2. feat(Server.fs): Support type hierarchy

    Signed-off-by: Adam Tao <tcx4c70@gmail.com>
    tcx4c70 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    b066f7f View commit details
    Browse the repository at this point in the history
  3. feat(Server.fs): Support incoming call hierarchy

    Signed-off-by: Adam Tao <tcx4c70@gmail.com>
    tcx4c70 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    993b8a7 View commit details
    Browse the repository at this point in the history
  4. feat(Server.fs): Use SymbolDisplayFormat to format Name of HierarchyItem

    Signed-off-by: Adam Tao <tcx4c70@gmail.com>
    tcx4c70 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    7054bbe View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. fix(Server.fs): Only show non-special base type

    Don't show some special base type, e.g., Object, ValueType.
    
    Signed-off-by: Adam Tao <tcx4c70@gmail.com>
    tcx4c70 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    59d46e9 View commit details
    Browse the repository at this point in the history
  2. refactor(Server.fs): Simplify the way to get interfaces

    Signed-off-by: Adam Tao <tcx4c70@gmail.com>
    tcx4c70 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5f05ed5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. feat(Server.fs): Update Name & Detail of HierarchyItem

    Update the content of Name & Detail of HierarchyItem:
    1. Name: only contains type name or method name
    2. Detail: contains full namespace name (for type) or full type name
       (for method)
    
    Signed-off-by: Adam Tao <tcx4c70@gmail.com>
    tcx4c70 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    2edee4e View commit details
    Browse the repository at this point in the history