Skip to content

Add IDE Extensions (VSCode, Cursor) #99

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions