generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Kotlin language support #58
Comments
phodal
added a commit
that referenced
this issue
Aug 21, 2024
Add configuration and dependencies for the new Kotlin language module within the project. This includes updates to `build.gradle.kts`, `settings.gradle.kts`, and `.idea/gradle.xml` files to incorporate the Kotlin module and its dependencies on core and other language modules.
phodal
added a commit
that referenced
this issue
Aug 21, 2024
phodal
added a commit
that referenced
this issue
Aug 23, 2024
Add the KotlinRefactoringTool to provide refactoring capabilities for Kotlin files within the project. This includes the ability to lookup, rename, safely delete, and move Kotlin elements, ensuring improved code maintenance and organization.
phodal
added a commit
that referenced
this issue
Aug 23, 2024
…der #58 This commit introduces a new KotlinLanguageToolchainProvider class to handle Java language support within the Shire Kotlin plugin. The provider checks for the applicability of the Kotlin language and collects necessary context items for the toolchain.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: