-
Notifications
You must be signed in to change notification settings - Fork 65
Document Symbols
Jens Fischer edited this page Jun 30, 2017
·
5 revisions
"Document Symbols" provide an outline for the current .hx module, including types, fields and even parameters / local variables. The default keybinding is Ctrl+Shift+O. It is also reachable via Go -> Go to Symbol in File....
You can enter a : after the @ to display the symbols ordered by symbol kind:
You can use Workspace Symbols to get symbol information for the entire project.
Setup
Features
- Tasks
- Debugging
- Commands
- Dependency Explorer
- Auto Indentation
- Completion
- Postfix Completion
- Snippets
- Code Generation
- Signature Help
- Hover Hints
- Go to Definition
- Go to Type Definition
- Go to Implementations
- Peek Definition
- Find All References
- Rename Symbol
- Document Symbols
- Workspace Symbols
- Outline
- Folding
- Diagnostics
- Code Actions
- Code Lens
- Formatting
- Extension API
- Inlay Hints
- Refactoring
- Inline Values
Noteworthy Releases