-
fix(type-analyzer): add missing generic parameters in class declarations (#11)
-
feat: add import/export type hidden (#9)
-
feat: support TypeScript 5.2 (
using
) -
fix(type-analyzer): support operator(
?
/!
) when defining type ofvariable/class-property
-
feat: support for ignoring specified type kinds when hiding (#5)
-
fix(editor-context): fix inaccurate cursor when opening a new file
-
fix(editor-context): type flicker problem when editing current line code
- refactor: improve the icon next to the line of type code
- support custom icon(
svg/png/jpg/jpeg/...
file format)
- support custom icon(
-
fix: fold issue of multi-line type code
-
feat: add
status-bar
- fix: adjust keybindings.command(
ts-type-hidden.toggleHiddenMode
->ts-type-hidden.toogle
)
First release