-
Notifications
You must be signed in to change notification settings - Fork 205
Navigation
BoykoAlex edited this page Sep 18, 2018
·
17 revisions
Easy navigation to Spring-specific elements of your source code.
/images/workspace-symbols-eclipse.png
- Eclipse: Cmd-6 (symbols in file), Cmd-6 again (symbols in workspace)
- Code: Cmd-Shift-O (symbols in file), Cmd-T (symbols in workspace)
- Atom: not available yet (symbols in file show up in outline view)
-
@/
shows all defined request mappings (mapped path, request method, source location) -
@+
shows all defined beans (bean name, bean type, source location) -
@>
shows all functions (prototype implementation) -
@
shows all Spring annotations in the code -
//
shows all request mappings of all running Spring Boot apps and opens a browser for the selected endpoint
- Installation (latest release + snapshots)
- User Guide
- Getting Started
- Navigation
- Live Application Information
- Content Assist
- Version Validation
- Upgrade Support
- Validations and Quick Fixes
- WebFlux Support
- Boot Properties Editor
- Boot Dashboard
- Other Editors
- STS3
- Custom VM args
- FAQ
- Changelog
- Known Limitations & Issues
- Report an Issue
- Developer Manual
- Overview
- Language Server Integration into Clients
- Communication with JDT LS
- STS4 Language Server Protocol Extensions