- Support for folding child content within curly braces
- Issue #27: Fixed the parsing error in the alias-group in version 2024.3.1.1
- Fixed the parsing error of the
null
method in the specification
- Issue #26: Fixed incorrect indentation levels after pressing Enter
- Issue #25: Fixed property hints were missing in associated property body and flat body due to changes in the BNF structure
- Issue #24: Fixed spaces could not follow 'as' in the alias-group
- Formatting: Remove spaces around the parentheses "()", "[]", "<>"
- Formatting: Space around "->"
- Formatting: Space around the
as
keyword - Formatting: A space after the
export
keyword in export statements - Formatting: A newline and a tab before "->" in export statements
- Formatting: Indentation of child elements within Dto body, associated property body, and
as
block body - Formatting: Handling spaces before the opening curly brace
- Formatting: Adding blank lines before and after properties in Dto body
- Support for missing "in" and "out" keywords when using generics
- Basic completion of formatting controls
- Incorrect removal of "@" when using fully qualified mode for annotation hints
- Failure to trigger package imports after removing qualified-type-name
- Fix the impact of whitespace on the logic of obtaining export and import package structures
- Nested annotation hints, nested annotation parameter hints
- Annotation parameter hints
- Incorrect hint information listed when using fully qualified names to input annotations
- Import hints sometimes ineffective
- Fix the impact of whitespace on the logic of obtaining export and import package structures