Server side include (SSI) support in HTML editor
Answered
Is it possible to configure IntelliJ (Ultimate) to follow <!--#include virtual="/ssi/some_page.shtml" -->. ? In my case, it just shows as a comment in HTML. Would be nice to be able to click on it and navigate to the file. Also, it would be really nice if the editor would understand that whatever is included this way is in fact a part of the page. Am I missing some configuration, or is this a feature that has not ever been implemented?
Thanks!
Please sign in to leave a comment.
It's not implemented, built-in server can host only static content. Configure an external server supporting SSI includes if you want to debug such pages.
Thanks! Yep. I have nginx running for that, and I can start the browser with JS debugger. That's no problem. It is the navigation of a number of static pages that use SSI to keep things more DRY.