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 SymbolInformation.kind #156

Merged
merged 4 commits into from
May 23, 2023
Merged

Add SymbolInformation.kind #156

merged 4 commits into from
May 23, 2023

Commits on May 23, 2023

  1. Add SymbolInformation.Kind

    This is the first step towards closing #154.
    
    Previously, the only way to determine the type of a symbol was through `SymbolDescriptor.Suffix`. This solution was not ideal since `Suffix` had very coarse grained types, and it was intentionally named "suffix" to indicate it was primarily used to determine the syntax of the symbol (not semantics).
    
    This PR adds a new enum `SymbolInformation.Kind` to add first-class support to determine the type of a symbol.
    olafurpg committed May 23, 2023
    Configuration menu
    Copy the full SHA
    54f00c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4c0fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19fe252 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3b51ef View commit details
    Browse the repository at this point in the history