Eclipse:忽略某种类型文件的警告但保留颜色语法
我的 PHP 项目中有一些 .tpl 文件,我希望 Eclipse 保留 HTML 颜色语法,但不检查语法(如果 .tpl 有错误或警告)是否正确。
预先感谢您的帮助。
I have some .tpl files in my PHP project and I want Eclipse to keep HTML color syntaxing but not to check if the syntax (if .tpl has errors or warnings) is correct.
Thanks in advance for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过转到“问题”视图,单击向下三角形(视图的右上角)并选择“配置内容...”来实现此目的。将打开一个新窗口,您可以在其中配置要显示的警告/错误。
You may be able to achieve this by going to the Problems view, click on the down triangle (upper right corner of the view) and selecting "Configure Contents...". A new window will open which will allow you to configure which warnings/errors to show.