Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Go To EndpointsNew to Visual Studio Code? Get it now.
Go To Endpoints

Go To Endpoints

superjinge

|
69 installs
| (1) | Free
Quickly search and navigate to Java Controller endpoints with API path copying support.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go To Endpoints

Version Downloads Rating License

Language: English | 中文

A powerful VS Code extension for Java developers to quickly search and navigate to Spring Controller API endpoints.

Streamline your Java development workflow by instantly locating and managing API endpoints in large Spring projects. No more manual searching through countless controller files!

Preview

(Preview shows English UI: VS Code display language English and extension displayLanguage en. For a Chinese UI example see README_CN.md.)

Language / 语言

  • Runtime UI (notifications, progress, CodeLens, status bar, quick pick): set Go To Endpoints: Display Language (gotoEndpoints.displayLanguage) to en (default) or zh-cn.
  • Command titles, view names, and settings descriptions follow the VS Code display language when a matching language pack is installed (via package.nls).

✨ Features

🔍 Smart Endpoint Search

  • Lightning-fast search: Find endpoints by path or method name with intelligent ranking
  • Fuzzy matching: Type /users or getUserById to instantly locate relevant endpoints
  • Real-time results: See search results as you type with live filtering

🌳 Endpoint Tree View

  • Hierarchical display: Browse all endpoints organized by path structure in the sidebar
  • One-click navigation: Jump directly to endpoint definitions with a single click
  • Visual organization: Clear categorization of endpoints by controller and HTTP method

📋 Copy Endpoint Paths

  • CodeLens integration: Copy buttons appear above endpoint annotations
  • Full path copying: Get complete API paths including base mappings
  • Developer-friendly: Perfect for API documentation and testing

⚡ Performance Optimized

  • Intelligent caching: Index caching for faster startup after VS Code restarts
  • Concurrent processing: Multi-threaded file parsing for large projects
  • Smart filtering: Pre-filter files to avoid unnecessary processing
  • Real-time updates: Automatic index updates when files are saved
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft