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 of tree_sitter for symbol provider #3

Open
wants to merge 65 commits into
base: main
Choose a base branch
from
Open

Conversation

antaalt
Copy link
Owner

@antaalt antaalt commented Oct 13, 2024

This PR is changing regex symbol provider to a tree_sitter based one.
This allow much more flexibility and power in parsing code than before and offer some new features such as struct completion.
For now, tree_sitter does not compile to WASI, so web version is not working. Need to fix this before releasing version.

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