Skip to content
GrayKwon edited this page Sep 14, 2025 · 2 revisions

endpoint.nvim Wiki

Welcome to the comprehensive documentation for endpoint.nvim!

πŸ“– Documentation Pages

For Users

For Developers

πŸš€ Quick Links

πŸ“Š Current Support

10 Frameworks Supported:

  • Spring Boot (Java) - Controllers with @GetMapping, @PostMapping, etc.
  • Java Servlet (Java) - @WebServlet annotations and URL patterns
  • NestJS (TypeScript/JavaScript) - @Get(), @Post(), @Controller() decorators
  • Symfony (PHP) - @Route annotations and attributes
  • FastAPI (Python) - @app.get(), @app.post(), @router.* patterns
  • Rails (Ruby) - Controller actions and routes.rb parsing
  • Express (Node.js) - app.method(), router.method() patterns
  • Ktor (Kotlin) - get(), post(), route() blocks with nested routing
  • .NET Core (C#) - [HttpGet], Minimal API, endpoint routing
  • React Router - components with smart component resolution

3 Picker Interfaces:

  • Telescope - Rich fuzzy search with preview
  • vim.ui.select - Native Neovim interface
  • Snacks.nvim - Modern picker with enhanced features

Clone this wiki locally