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 tag query #77

Merged
merged 3 commits into from
Nov 3, 2024
Merged

Support tag query #77

merged 3 commits into from
Nov 3, 2024

Conversation

malkoG
Copy link
Contributor

@malkoG malkoG commented Nov 1, 2024

closes: #63

Tag query is important for support tree-sitter based CLI tools like below:

  • aider.chat : Open source copilot chat alternative, which generates repo-map based on treesitter tag query for precise recommendation
  • CLine ex)Claude dev

As I mentioned above example, We can utilize tree-sitter's tag query to generating the formalized overview of source code.
I think supporting tag query will have crutial role in dart/flutter development experience

Copy link
Collaborator

@TimWhiting TimWhiting left a comment

Choose a reason for hiding this comment

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

Looks good to me, though some of your new tests are failing

@malkoG
Copy link
Contributor Author

malkoG commented Nov 2, 2024

Thanks to review my work. I'm trying to fix it with my colleague, I am struggling to how to capture @reference.call, and @reference.class.

After merging this I will create PR to aider for treesitter-dart's tags query

@malkoG malkoG changed the title [WIP] Support tag query Support tag query Nov 3, 2024
@malkoG malkoG marked this pull request as ready for review November 3, 2024 23:22
@UserNobody14 UserNobody14 merged commit a7496b9 into UserNobody14:master Nov 3, 2024
3 checks passed
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.

tag tree-sitter-dart
3 participants