-
Notifications
You must be signed in to change notification settings - Fork 64
Outline
Jens Fischer edited this page Aug 22, 2018
·
6 revisions
Through Document Symbols, the Haxe extension also adds support for VSCode's built-in Outline view. It can be opened with the File: Focus on Outline
command:
With the Follow Cursor
option, the outline can be configured to automatically highlight the symbol your cursor is located in as you move through the document:
You might also want to consider switching to Sort By: Position
for symbols to be listed in the same order as they appear in the source file.
The same underlying outline data can also be presented in a different way with Breadcrumbs Navigation:
You can enable breadcrumbs with the Toggle Breadcrumbs
command or by adding the following to your settings manually:
"breadcrumbs.enabled": true
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