- Implement
PsiReferenceContributor
, complete the reference association between dto prop and entity prop - Reference parsing of imported elements is supported
- Blank lines after comments are formatted
- Reference parsing of args in
#allScalars
- Issue #28: Improve the formatting of enum mapping
- Issue #27: Fixed hint for child prop in multi-level props
- Fixed an error where there were no elements in the enum-mapping when the code was colored
- Enhanced error messaging and quick fix suggestions for
#allScalars
when args are missing - Enhanced error messaging for function when args are missing
- Enhanced error messaging for alias-group when alias-pattern is missing
- 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
andout
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