Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
HTML5 support?
Permanently deleted user
Created
Take a look at the a this picture; header, aside, article - all html5 tags are generating warnings. I thought PHPStorm supprted HTML5? is there a setting someplace I missed?
If your HTML file has no doctype, press Alt+Enter | Switch to HTML 5. Also you can change html language level in Settings | Resources | Default HTML language level
Hello method with ALT+ enter does not work (nothing happens), I want to use the HTML5 doctype without declaring an instance files in smarty (phpstorm 4.0.1)
If your HTML file has no doctype, press Alt+Enter | Switch to HTML 5. Also you can change html language level in Settings | Resources | Default HTML language level
Hello method with ALT+ enter does not work (nothing happens), I want to use the HTML5 doctype without declaring an instance files in smarty (phpstorm 4.0.1)
Hi aurelien,
Settings | Schemas and DTDs | Default HTML language level
Thanks :)