Closed
Description
Description of the improvement
Summary of the proposal
Currently hovering on a decorator in VS Code shows an unindented code example with also additional characters (*
) around the decorator name. This, aside from the fact that decorators are still experimental in TypeScript, is probably due to either the @
sigil conflicting with JSDocs (which uses the same symbol to delimit sections) and/or VS Code itself.
Discussion of the issue here.
TODO:
- Create isolated code sample
- Test if this is an issue in other IDEs (like the IntelliJ ones)
- Open an issue on the TS or VS Code repos
How, where did you look for information
Hover on a decorator while on VS Code.
Missing or unclear documentation
N/A
Improvement
The code example should be indented & highlighted/rendered properly.
Related existing documentation
Related issues, RFCs
N/A
Metadata
Metadata
Assignees
Type
Projects
Status
Shipped