Formatting output of TypeScript language service plugin? Follow
Answered
I would like to output either markdown or HTML from a TS plugin and have it render properly in Webstorm. Is there any way to hook into the IntelliJ TypeScript language service with a custom plugin to achieve this?
Please sign in to leave a comment.
Hi,
Please clarify your problem. What does it mean to output Markdown or HTML from the TS plugin? Could you please provide us with some examples?