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
Upon hover, elements and attributes in HTML files display a small documentation window with the HTML info. This can be useful as a reminder.
JSX should have this too, as it'd be more helpful than what is currently displayed.
Currently this is displayed (JSX):
This could be augmented or replaced with the HTML info. Suggestion:
The text was updated successfully, but these errors were encountered:
Related to #44204
Sorry, something went wrong.
This is already supported, it's just that the React definition files don't provide these comments.
declare var React: any; namespace JSX { export interface IntrinsicElements { /** * Is a neat thing */ thing: any; } } // Works on hover const p = <thing></thing>;
This issue has been marked as 'External' and has seen no recent activity. It has been automatically closed for house-keeping purposes.
No branches or pull requests
Upon hover, elements and attributes in HTML files display a small documentation window with the HTML info. This can be useful as a reminder.
JSX should have this too, as it'd be more helpful than what is currently displayed.
Currently this is displayed (JSX):
This could be augmented or replaced with the HTML info. Suggestion:
The text was updated successfully, but these errors were encountered: