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

feat(intellij): add support to collect declaration snippets. #3394

Conversation

icycodes
Copy link
Member

@icycodes icycodes commented Nov 9, 2024

  • Added support for collecting declaration snippets.
  • The default provider is based on TargetElementUtil and tries to find the navigation target at each position in the editor to provide semantic tokens and declarations.
  • Added an extension point languageSupportProvider to extend the provider implementation.

@icycodes icycodes marked this pull request as draft November 9, 2024 04:02
@icycodes icycodes force-pushed the feat-intellij-add-support-to-collect-declaration-snippets branch from 703f30d to f1ddb88 Compare November 12, 2024 08:39
@icycodes icycodes force-pushed the feat-intellij-add-support-to-collect-declaration-snippets branch from f1ddb88 to c1a1581 Compare November 13, 2024 10:21
@icycodes icycodes marked this pull request as ready for review November 13, 2024 13:54
@icycodes icycodes merged commit 2ffe638 into TabbyML:main Nov 13, 2024
4 checks passed
@icycodes icycodes deleted the feat-intellij-add-support-to-collect-declaration-snippets branch November 13, 2024 13:55
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