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(codemodel): Add JavaScript and TypeScript structure providers #80

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

JayClock
Copy link
Contributor

@JayClock JayClock commented Sep 7, 2024

Implements providers for class, file, method, and variable structures. These enhancements enable better support for JavaScript and TypeScript code analysis within the IDE, allowing for improved refactoring and tooling.

diff:

  • Adds new structure provider classes for JavaScript and TypeScript.
  • Updates plugin configuration to include the new providers.

Implements providers for class, file, method, and variable structures.
These enhancements enable better support for JavaScript and TypeScript
code analysis within the IDE, allowing for improved refactoring and tooling.

diff:
- Adds new structure provider classes for JavaScript and TypeScript.
- Updates plugin configuration to include the new providers.
@phodal phodal merged commit d6a1768 into phodal:main Sep 7, 2024
4 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.

2 participants