Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable "[cdata]" surround for html tags in xhtml files in IntelliJ?

When I type in xhtml files IntelliJ only autocomplete JSF options and no html option. If a write "div" and press tab, it replace by

<![CDATA[

    <div></div>

]]>

Any option enable HTML support in XHTML or disable CDATA surround?

like image 604
MiguelAngel_LV Avatar asked May 19 '16 07:05

MiguelAngel_LV


1 Answers

well if you Ctrl+Alt+S to open settings menu and search the live templates menu :

does webstorm have some shortcut for console.log or console.info

you should be able to create your shortcuts there

here's a couple examples of variables you should be able to use there :

$NAME$ $VALUE$ $END$
like image 123
tatsu Avatar answered Sep 29 '22 16:09

tatsu