Go to .less file on middle click, not .css file
Not strictly a php question, but is it possible to instruct php storm to go to my css's .less file instead of my actual css file (which is just the output of the .less file) when I middle click on a css class? (I have a filewatcher on the .less file that automatically transforms it into a .css file.)
请先登录再写评论。
Hi there,
https://youtrack.jetbrains.com/issue/WEB-6737
Right now for me I see "multiple definitions" pop up where I can choose where to go (css or less etc) -- using latest 2016.2 EAP build
Thanks for the link. I am using an earlier version, so hopefully when I upgrade this will be fixed.