forked from abierbaum/vscode-file-peek
-
-
Notifications
You must be signed in to change notification settings - Fork 37
Create class name in CSS file #144
Copy link
Copy link
Open
Description
Suppose I declared a class name “js” in HTML, but I don't declare this class in CSS file. And now if I press CTRL + click “js” it will not open CSS file. We need to declare same name class in CSS file. But what if without declaring class in CSS file if we press CTRL and Press class name it will open link CSS file and automatically create a class name " .js{ } ".
I think it will be very useful for developers and save our time.
If automatic class name create is not possible, then it should be open linked CSS file at least.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
