Answer the question
In order to leave comments, you need to log in
How can I configure PhpStorm so that the Quick Definition feature will show the use of a method class from a minified file?
I use automatic minimization of the CSS file in the project. Accordingly, in the HTML file I refer to it "style.min.css".
PhpStorm detects it as the file in use. When I try to see the use of a CSS class in an HTML file using the "Ctrl + Shift + I" (Quick Definition) key combination, PhpStorm shows the implementation of the class from style.min.css, in which it cannot highlight and show only this function separately - displays the entire file, which is quite inconvenient.
Tell me how to solve this problem? Is there a way to make PhpStorm look at the "style.css" file when using Quick Definition, while only referencing the "style.min.css" file in the HTML file?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question