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

Code Compass

Preview

Chris Zioutas

|
40 installs
| (0) | Free
Visual explorer for Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Compass - Visual API Explorer

A Visual Studio Code extension that provides an intuitive explorer for your API endpoints. Currently supporting NestJS projects, with more frameworks coming soon.

Extension Preview

Features

  • 🎯 Smart endpoint detection in controller files
  • 🎨 Color-coded HTTP methods (GET, POST, PUT, DELETE, PATCH)
  • 📝 Parameter and return type information
  • 🔄 Auto-refresh on file changes
  • 🔎 Jump-to-definition support
  • 💡 Method signature preview

Current Support

  • Languages: NestJS (TypeScript)
  • File Types: Controllers (.controller.ts)

Roadmap

  • Additional framework support (coming soon)
  • Service, Repository, and DTO file exploration
  • Enhanced type information
  • Custom decorator support

Requirements

  • Visual Studio Code ^1.70.0
  • TypeScript project with controller files

Extension Settings

Code Compass contributes the following colors that can be customized:

  • endpoints.get: Color for GET endpoints
  • endpoints.post: Color for POST endpoints
  • endpoints.put: Color for PUT endpoints
  • endpoints.delete: Color for DELETE endpoints
  • endpoints.patch: Color for PATCH endpoints

Enjoy exploring your endpoints! 🚀

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