Skip to content

Add IDE Extensions (VSCode, Cursor) #99

@CarGDev

Description

@CarGDev

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

  1. Visual Studio Code
  2. Cursor
  3. VSCodium
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions