Inline JSDoc tags don't work in comments that start with plain text #41463
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
TS mostly supports inline tags, even though they're not standard, but the implementation is quirky since it's best-effort, not really a committed feature. Specifically, an inline tag works if the line starts with a non-inline tag, or is a line following such a line:
or
This is all down to the state machine we use for parsing, so it could be improved to also support
Based on discussion in #5802
The text was updated successfully, but these errors were encountered: