HTML-CSS-Class-Completion
HTML-CSS-Class-Completion copied to clipboard
Add support for going to definition
Hi, I would like to go to the definition of the className inside a JSX react component.
<MyComponent className="button main" />
I have the autocomplete of the two class, but I can't go to the definition.
Thanks!