Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>DevPulse — Code Health & Refactor AdvisorNew to Visual Studio Code? Get it now.
DevPulse — Code Health & Refactor Advisor

DevPulse — Code Health & Refactor Advisor

devpulse

|
1 install
| (0) | Free
Real-time complexity analysis with AI-powered refactor suggestions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DevPulse VS Code Extension

Features

  • Automatically analyzes Python, JavaScript, TypeScript files on save
  • Shows complexity grade (A-F) as inline CodeLens above every function
  • Red/yellow squiggly underlines on complex functions (like ESLint)
  • One-click AI refactor advice — explains WHY a function is complex and shows a rewritten cleaner version
  • Full project analysis with a single command

Requirements

  • DevPulse backend must be running locally OR configured to point to hosted API
  • Groq API key (free) for AI refactor suggestions

Setup

  1. Start the DevPulse backend: uvicorn backend.main:app --reload
  2. Install this extension
  3. Open VS Code settings, search "devpulse"
  4. Set your Groq API key
  5. Open any Python/JS file and save — analysis runs automatically

Extension Settings

Setting Default Description
devpulse.backendUrl http://localhost:8000 DevPulse backend URL
devpulse.autoAnalyzeOnSave true Auto-analyze on file save
devpulse.showComplexityGrade C_and_above Minimum grade to show CodeLens
devpulse.groqApiKey "" Your Groq API key
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft