标签: phpstorm
使用PhpStorm作为我的编辑器。我有以下内容:
<script type="text/template" id="during_call"> Login in as <%= name %> </script>
PhpStorm不喜欢<%= =>标签,并且隐藏了源文件其余部分的突出显示。有没有办法让PhpStorm只忽略<%= =>标签?
<%= =>
我发现在谷歌搜索非常困难,因为它忽略了搜索词中的那些标签。