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

Use language_server-protocol gem's SymbolKind constants #947

Merged
merged 1 commit into from
Aug 29, 2023

Commits on Aug 29, 2023

  1. Use language_server-protocol gem's SymbolKind constants

    Instead of maintaining our own list of symbol kinds, we can use the
    language_server-protocol gem's SymbolKind constants, which will reduce a
    layer of conversion (symbol to integer) as well.
    st0012 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d6ec989 View commit details
    Browse the repository at this point in the history