-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Right-click 'code-review' Tabby Commands for IntelliJ
Feature Description
This PR implements the right-click command execution feature for IntelliJ, similar to what's already supported in VSCode. Users can access predefined Tabby commands through the context menu in IntelliJ.
Technical Details
- Adds support for Tabby pre-defined commands (such as 'Code Review') in IntelliJ
- Implements the necessary trigger in the IntelliJ plugin
Implementation References
- ChatBrowser.kt:
tabby/clients/intellij/src/main/kotlin/com/tabbyml/intellijtabby/chat/ChatBrowser.kt
Line 171 in c7e99b1
fun generateDocsForSelectedText() { - server.ts:
export type ChatCommand = 'explain' | 'fix' | 'generate-docs' | 'generate-tests' | 'code-review'
Screenshot
Please react with 👍 if you want this feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers