-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EDU-7052: Introduce
ai-hints-core
& ai-hints-kotlin
Modules
Both modules are located in `:intellij-plugin:features`, since the entire AI Hints feature basically implements new logic rather than modifying the existing `educational-core` codebase. This allows us to avoid using internal implementations of the feature in the core module (and even external APIs such as `educational-ml-library` that exist only for this feature).
- Loading branch information
1 parent
31d3d3d
commit a42582c
Showing
71 changed files
with
736 additions
and
1,610 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 0 additions & 69 deletions
69
intellij-plugin/AI/src/com/jetbrains/edu/ai/hints/HintsLoader.kt
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
intellij-plugin/AI/src/com/jetbrains/edu/ai/hints/ui/HintInlineBanner.kt
This file was deleted.
Oops, something went wrong.
112 changes: 0 additions & 112 deletions
112
intellij-plugin/AI/src/com/jetbrains/edu/ai/hints/ui/HintsBannerManager.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
intellij-plugin/Edu-Kotlin/src/com/jetbrains/edu/kotlin/hints/KtStringExtractor.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.