running autocompletion smarty 3
hello I discovered phpstorm and autocompletion of smarty 3.
Is it possible to add the autocompletion plugin smarty plugins personal or official?
Example in my CMS :
{headmeta meta="googleSiteVerification" content="{google_tools tools='webmaster'}"}
{headmeta meta="description" content="{static_metas param='' dynamic=$description}"}
<title>{static_metas param='' dynamic=$title}</title>
{include file="common/css.phtml"}
</head>
<body >
{include file="common/top.phtml"}
<div id="content" >
<div ></div>
<div >
<div >
<div id="contentCol" >
<h1>{$subject}</h1>
<div >
{$content}
</div>
</div>
<div id="rightCol" >
{include file="common/colright.phtml"}
</div>
<div > </div>
</div>
</div>
<div ></div>
</div>
{include file="common/footer.phtml"}
</body>
</html>Best regards
请先登录再写评论。