Skip to content

Releases: sinberCS/switch2ai

switch2ai v0.1.0

29 Aug 15:46

Choose a tag to compare

🌟 Features

  • 🚀 Instant AI Editor Switching

    • One-click switch between JetBrains IDE and various AI editors (Cursor, Qoder, Claude code, etc.)
    • Automatically positions to the same cursor location (line and column)
    • Perfectly maintains editing context without interrupting workflow
  • 🤖 Rapid AI Prompt Input

    • Quick AI prompt input with AI selection dropdown
    • Support for multiple AI agents (Cursor, Qoder, Claude code, etc.)
    • Intelligent context-aware prompt processing
    • Support for shortcut commands like $test, $refactor, $explain
  • ⌨️ Convenient Shortcut Support

    • macOS:
      • Option+Shift+K - Open AI prompt input popup
      • Option+Shift+P - Open project in Cursor Editor
      • Option+Shift+O - Open current file in Cursor Editor
      • Option+Shift+U - Open current file in Qoder
      • Option+Shift+I - Open project in Qoder
    • Windows:
      • Alt+Shift+K - Open AI prompt input popup
      • Option+Shift+P - Open project in Cursor Editor
      • Option+Shift+O - Open current file in Cursor Editor
      • Alt+Shift+U - Open current file in Qoder
      • Alt+Shift+I - Open project in Qoder
  • 🔧 Multiple Access Methods

    • Keyboard shortcuts
    • Editor context menu
    • IDE tools menu
  • Fully Configurable Custom Commands

    • Execute custom commands with comprehensive variable support
    • Variables: $filePath, $projectPath, $line, $column, $selectedText, $prompt
    • Support for shortcut commands like $test, $refactor, $explain
    • Completely customizable command templates
    • Dynamic command registration and management