burtonrhodes commented on PR #6: URL: https://github.com/apache/struts-intellij-plugin/pull/6#issuecomment-2292058961
I think we are getting closer, but this is still not working correctly for me. The jsp file entries are still red and are not resolved as "clickable". That said, the autocomplete is coming up when I type `/`. However, the list only contains already defined actions in my struts.xml files. It doesn't show any files under my `/webapp` directory which is where all my JSP files are. FWIW, if I do select one of the autocomplete options, the result is "clickable", but it's not correct because the inserted text is "[path/ActionName].action" instead of "ActionName" in the <result> tag. Hopefully this makes sense. I've included a screenshot for reference.  -- 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]
