How do I go into a CSS class definition in eclipse?

We can go to class / method or variable definition / declaration with ctrl + click in eclipse.

Is there any way or plugin to navigate directly to CSS files from JSP files?

For example how can I go to the definition of "top menu" in the css file that I have included in this JSP. My code snippet looks like this:

<div class="top-menu">
<!--some other things here -->
</div>

      

I've used ctrl + click in intelliJ before for this purpose. Regards!

+3


source to share





All Articles