-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestpriority: lowLow priority featureLow priority feature
Description
Summary
Create IDE extensions for popular editors.
Description
IDE extensions would provide:
- Inline code assistance
- Chat sidebar
- Context-aware suggestions
- Direct file editing from IDE
Target IDEs
- Visual Studio Code
- Cursor
- VSCodium
- Windsurf
Features
- Chat panel in sidebar
- Context from open files
- Inline code actions
- Quick commands (Cmd+Shift+P)
- Status bar integration
Architecture
- Extension communicates with codetyper server
- Shared session between CLI and IDE
- LSP integration for code intelligence
Implementation
- VSCode Extension API
- WebView for chat interface
- Tree view for sessions
- Language client for LSP
Acceptance Criteria
- VSCode extension published
- Chat sidebar panel
- Context from open files
- Inline code suggestions
- Session sync with CLI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority: lowLow priority featureLow priority feature