Is there any way to view an HTML file in IntelliJ fully rendered? I have a simple HTML file with a listing of links in a project. When I view the file I see this:
<a href="http://address1">link 1</a>
<a href="http://address2">link 2</a>
<a href="http://address3">link 3</a>
I would like to open the file in IntelliJ and have it show the rendered HTML instead:
link 1
link 2
link 3
This way I can avoid launching it in an external browser.
Short answer: No.
But, honestly, because one of the issues we all know about all-so-well is the (now) minor differences in browsers – it’s best to test in all of the real browsers anyways.
This is why they give you this convenient little menu in the upper right of the document: