it does not work go to definition in WebStorm IDE
Answered
Hey guys,
I'm a beginner user that use the WebStorm. Why I can go to definition in css class in WebStorm.
command: ctrl+leftclick or ctrl+b
WebStorm version: 2020.3
Windows version: 10
please check these images:

that show this: :(

instead of this :

Please sign in to leave a comment.
What does the
useStylesdefinition look like? Is it smth likefrom
"@material-ui/core"?Elena Pogorelova
Hi,
Yes
import { makeStyles } from "@material-ui/core";
const useStyle = makeStyles(theme => ({
root: {
backgroundColor: "white",
width: "25%",
padding: "1.7rem 1rem"
},
Any update? Still having this issue.
Please vote for https://youtrack.jetbrains.com/issue/WEB-49263/Unexpected-resolve-for-selector-name-when-using-Material-UI-makeStyles to get notified on any progress with it