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 inlay hint providers #906

Merged
merged 6 commits into from
Feb 13, 2023
Merged

Conversation

msujew
Copy link
Member

@msujew msujew commented Feb 8, 2023

Also adds optional options to our AST streaming methods that allow to specify a range. Only AST nodes within range will be returned in the resulting streams.

@msujew msujew added the LSP Language Server Protocol integration label Feb 8, 2023
packages/langium/src/services.ts Outdated Show resolved Hide resolved
packages/langium/src/services.ts Show resolved Hide resolved
packages/langium/src/utils/cst-util.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@spoenemann spoenemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

packages/langium/src/utils/cst-util.ts Outdated Show resolved Hide resolved
@msujew msujew merged commit 79525c4 into main Feb 13, 2023
@msujew msujew deleted the msujew/inlay-hint-provider branch February 13, 2023 15:52
@msujew msujew added this to the v1.1.0 milestone Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LSP Language Server Protocol integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants