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

MVP features #2

Merged
merged 19 commits into from
Jul 21, 2021
Merged

MVP features #2

merged 19 commits into from
Jul 21, 2021

Conversation

dannymcgee
Copy link
Owner

@dannymcgee dannymcgee commented Jul 21, 2021

This PR (crudely at times) fills out the basics of what I'd consider an MVP for a language extension:

  • Diagnostics
  • Go-to definition
  • Semantic tokens
  • Hover tooltips

Additionally:

  • Parser can now handle trailing commas
  • Parser adapts the output from pest to a custom AST for easier consumption
  • Server processes document updates incrementally

@dannymcgee dannymcgee merged commit f03bfd9 into main Jul 21, 2021
@dannymcgee dannymcgee deleted the mvp-features branch July 21, 2021 01:36
dannymcgee added a commit that referenced this pull request May 10, 2024
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.

1 participant