File tree Expand file tree Collapse file tree
distribution/src/assembly Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ActionScript & MXML for Visual Studio Code Changelog
22
3+ ## 1.24.0
4+
5+ ### New Features
6+
7+ - Completion: Include dynamic properties in suggestions for variables initialized with an object literal.
8+ - Completion: Added a number of special attributes in completion for core MXML language tags, like ` <fx:Component> ` and ` <fx:Script> ` .
9+ - Hover: Include ` @example ` ASDoc tags on hover with example code.
10+
11+ ### Fixed Issues
12+
13+ - Build: Fixed missing detection of SWF-only compilation with Royale ` targets ` compiler option.
14+ - Build: Fixed incorrect copying of _ .DS\_ Store_ and _ .\_ _ files on macOS when copying HTML template or ` files ` in ` airOptions ` .
15+ - Build: Fixed null exceptions when listing files in certain paths.
16+ - Completion: Fixed ` internal ` classes in other packages appearing as suggestions.
17+ - General: Fixed warning caused by generated selection range not being completely contained within definition range.
18+ - General: Fixed "CSS is an unsupported type" being reported incorrectly in certain contexts.
19+ - General: Handle null abstract syntax tree in real-time problem checker.
20+ - Inlay Hints: Fixed missing inlay hints for constructors and nested function calls.
21+ - References: Fixed non-resolving identifiers incorrectly being considered references.
22+ - Syntax: Fixed highlighting issues with conditional compilation blocks.
23+
324## 1.23.0
425
526### New Features
You can’t perform that action at this time.
0 commit comments