-
Notifications
You must be signed in to change notification settings - Fork 65
Extension API
Jens Fischer edited this page Jul 22, 2018
·
4 revisions
The Haxe extension exposes an API that can be used by other VSCode extensions. Externs for this API can be found in the vshaxe Haxelib (haxelib install vshaxe). For more information, check out the Haxelib's Readme.
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