We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc comments don't seem to work in a typescript react file.
In a .ts file:
/** <I type this, and press enter and the '*' is auto inserted on the next line - good> *
In a .tsx file:
/** <I type this, and press enter and nothing is inserted on the next line - bad>
Is this a problem with this plugin or something else?
The text was updated successfully, but these errors were encountered:
I write comments in jsx/tsx like:
<h1>Hello World</h1> { /* this is a comment */ } <h2>Typescript is still cool</h2>
Sorry, something went wrong.
No branches or pull requests
Doc comments don't seem to work in a typescript react file.
In a .ts file:
In a .tsx file:
Is this a problem with this plugin or something else?
The text was updated successfully, but these errors were encountered: