Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>CodeplyNew to Visual Studio Code? Get it now.
Codeply

Codeply

caporeista

|
14 installs
| (1) | Free
Agent-based code modification and assistance tool for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Codeply

Codeply is an agent-based VS Code extension that helps you find and modify code in your projects. It uses Claude AI to analyze your codebase and suggest intelligent code modifications.

Features

  • Find and Modify Code: Describe the changes you want to make, and Codeply will find the relevant code and suggest modifications
  • Code Analysis: Get detailed analysis of your current file including code quality, potential bugs, performance concerns, and improvement suggestions
  • Selective Application: Choose to apply all suggested modifications or select which ones to apply

Requirements

  • VS Code 1.60.0 or higher
  • Claude API key from Anthropic

Getting Started

  1. Install the extension from the VS Code marketplace by searching for "Codeply"
  2. Set your Claude API key using the command "Codeply: Set API Key"
  3. Open a project in VS Code
  4. Use the command "Codeply: Find and Modify Code" to start making changes

Commands

  • Codeply: Find and Modify Code (Ctrl+Shift+C) - Find and suggest modifications for code in your project
  • Codeply: Analyze Current File (Ctrl+Shift+A) - Analyze the current file for improvements
  • Codeply: Set API Key - Set your Claude API key

Extension Settings

This extension contributes the following settings:

  • codeply.apiKey: Claude API key
  • codeply.model: Claude model to use (default: "claude-3-7-sonnet-20250219")

How It Works

  1. When you run "Find and Modify Code", Codeply gathers context from your project
  2. It sends this context along with your request to the Claude API
  3. Claude analyzes your code and suggests modifications
  4. Codeply presents these modifications and allows you to apply them

Development

Building the Extension

# Install dependencies
npm install

# Compile the extension
npm run compile

# Package the extension
npm run package

License

This extension is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft