jdaugherty opened a new issue, #398:
URL: https://github.com/apache/grails-intellij-plugin/issues/398

   # This is a CORE part of Grails and Desperately Needs to be Fixed in IntelliJ
   
   Managing Grails web projects in IntelliJ is a poor experience at best due to 
the fact there is no easy way to easily navigate between resources.
   
   ## Expected behavior
   
   You should be able to click on any grails resource asset tag and the editor 
will open the resource. For instance: favicon.ico, application.css, 
application.js and IntelliJ will open the respective source file.
   
   ```html
   <asset:link rel="icon" href="favicon.ico" type="image/x-ico"/>
   <asset:stylesheet src="application.css"/>
   <asset:javascript src="application.js"/>
   ```
   ## Current behavior
   
   _⚠️ attachment `Screenshot 2024-07-18 at 10.01.40 AM.png` was not included 
in the export_{width=70%}
   
   ## Example Project
   
   git clone <https://github.com/codeconsole/website>
   
   Open website via IntellJ
   
   Open 
[grails-app/views/layouts/main.gsp](https://github.com/codeconsole/website/blob/master/grails-app/views/layouts/main.gsp)
 in the editor and notice the resources are not clickable.
   ```
       <asset:link rel="icon" href="favicon.ico" type="image/x-ico"/>
       <asset:stylesheet src="application.css"/>
       <asset:image src="grails.svg" alt="Grails Logo"/>
       <asset:javascript src="application.js"/>
   ```
   which are all located in the project in the 
[grails-app/assets](https://github.com/codeconsole/website/tree/master/grails-app/assets)
 folder
   
   ---
   
   *1 attachment(s) referenced here (`Screenshot 2024-07-18 at 10.01.40 
AM.png`) are not part of the CSV export.*
   *Imported from 
[IDEA-356545](https://youtrack.jetbrains.com/issue/IDEA-356545) · Type: Bug · 
Votes: 6*
   *Comments, attachments, dates and reporter are not part of the export — 
follow the link above for the full history.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to