Search code examples
intellij-ideawebstorm

How to enable editing of HTML files in IntelliJ Idea


Using IDEA 13 EAP, whenever I select an HTML file for editing, a blank window is displayed with 'Enter your URL here', rather than the HTML within the file. Is this intended behaviour?

enter image description here


Solution

  • The problem was that *.html files were assigned to the 'webbrowser' file type in the IDE settings. After changing this, the issue was resolved.