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 support for "value" capabilities #142

Merged
merged 4 commits into from
Feb 2, 2024

Conversation

alcarney
Copy link
Member

@alcarney alcarney commented Feb 2, 2024

This extends the client capability index to include support for capabilities that capture a set of values, e.g. SymbolKind.
Closes #96

This also adds client capabilities for Emacs v29.1.
Closes #104

This adds a `values-table` directive that can generate tables
summarizing a set of values e.g. `SymbolKind` that is supported by the
client.

This commit also refactors the `capabailities` extension in general to
use the `ObjectDescription` directive, which aside from looking nicer,
also allows us to easily generate toc entries for each capability.
@alcarney alcarney merged commit babe2c2 into swyddfa:develop Feb 2, 2024
13 checks passed
@alcarney alcarney deleted the value-capabilities branch February 2, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Client capabilities for Emacs Only boolean capability attributes are currently supported
1 participant