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

Support contextual completion #2

Open
nikku opened this issue Sep 19, 2022 · 1 comment
Open

Support contextual completion #2

nikku opened this issue Sep 19, 2022 · 1 comment
Labels
backlog enhancement New feature or request

Comments

@nikku
Copy link
Owner

nikku commented Sep 19, 2022

Is your feature request related to a problem? Please describe

As a user I want to understand which variables are available and get help using them.

Describe the solution you'd like

  • Use variable context + local scopes to support contextual completion.
  • Provide type information (where available) with completion
  • Provide completion on properties

Describe alternatives you've considered

None.

Additional context

All this is already available in lezer-feel through the trackVariables context; however as it looks like we must re-implement it for editor tooling.


Related to #1.

@nikku nikku added the enhancement New feature or request label Sep 19, 2022
@mrpotato3
Copy link

+1

@nikku nikku added the backlog label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants