-
Notifications
You must be signed in to change notification settings - Fork 65
Code Lens
Jens Fischer edited this page Jul 21, 2018
·
7 revisions
Code Lens are a bit of a hidden feature right now, as they are disabled by default. To enable them, add the following to your settings:
"haxe.enableCodeLens": true
Alternatively, you can use the Haxe: Toggle Code Lens command for this.
Once enabled, Code Lens tells you how often a particular field or type is referenced, similar to Find All References.
Code Lens are not just a fancier "Find All References" however. They also include the following information:
-
subclasses of classes
-
overrides of methods
-
implementers of interfaces
-
subinterfaces of interfaces
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