如何在 Eclipse IDE 中验证 HTML、CSS 和 JS
我使用 eclipse 和 WTP 插件来编写 HTML、CSS 和 JS 代码。为了验证页面,我需要访问 w3c 网站。是否可以以在 Eclipse 中可以进行离线验证的方式配置 Eclipse。如果是这样,请详细说明,因为我是 eclipse 的新手。
I am using eclipse with WTP plugin for writing HTML, CSS and JS code. For validating pages I need to visit w3c website. Is it possible to configure eclipse in a way that offline validation is possible within eclipse. If so, kindly mention in detail as I am new to eclipse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在资源管理器窗口(列出所有文件和文件夹)中突出显示要验证的文件,右键单击并选择“验证”。警告和错误可以在“问题”窗格中看到(“窗口”->“显示视图”->“问题”)。
Eclipse 网站有一个关于验证的演练:http://www.eclipse. org/webtools/community/tutorials/XMLValidation/XMLValidationTutorial.html
In the explorer window (that lists all your files and folders) highlight the files you want to validate, right click and select Validate. The warnings and errors can be seen in the Problems pane (Window -> Show View -> Problems).
The Eclipse website has a walkthrough on validation: http://www.eclipse.org/webtools/community/tutorials/XMLValidation/XMLValidationTutorial.html