Closed JiDai closed 5 years ago
Hi, JiDai, Sorry I'm on vocation these days, I will start to handle this issue from tomorrow, Thanks.
Hi, JiDai, Version 1.7.2 was just released and it should work now.
The plugin has already supported parsing jsx
class names but I didn't realize that jsx
syntax can work in js
files. So now the plugin will also parse jsx
class names for js
files.
Thanks.
Thanks it works.
But when I try to Find all references
from a CSS declaration, the search results does not contain the js
file but only the HTML files using the class.
Few person care about the Find all references
, so it doesn't support JSX
syntax yet.
I created another issue about this: https://github.com/pucelle/vscode-css-navigation/issues/23, and scheduled to about 20th of September.
Ok, for me this feature is very useful :) Thanks for all 👍
Hi,
I just created a react app with create-react-app. I tried to use the go to definition feature but VSCode did not find any definition in
className
:If I try to force completion in
className
attribute it does not work either.Workspace symbols are working.
The plugin is well installed and VSCode is restarted. VSCode and the plugin are up to date.