microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.67k stars 131 forks source link

(Curious) Editor integration focus in 2023? #343

Open connorjs opened 1 year ago

connorjs commented 1 year ago

I like the idea of TSDoc and prefer to use the “official” syntax (with the help of linters). However, I often find myself tweaking some doc content to adhere to editor rendering (I use WebStorm (JetBrains/IntelliJ) primarily, but colleagues use VS Code).

So, what focus on editor integration exists in 2023?

For example, should we open issues to “fix” rendering issues. (I just came across issues with @link (finalized I think?) and @see (not finalized), which prompted me to ask this question.)