selecting part of style in css file
i want to select some part of styles that cutted with dash(-) in dash-case styles like margin-left. so i want to select just "left" or "margin" in margin-left with double clicking on it. it is possible for class names but i could not find it for styles name.
is there any way to select part of word before o after dash?
Please sign in to leave a comment.
There is Select whole CSS identifier on double-click option in Preferences | Editor | General | Smart Keys | HTML/CSS, but it only affect CSS class names, and doesn't work for properties.
Please vote for https://youtrack.jetbrains.com/issue/WEB-11352.