如何使用Eclipse JSP编辑器快速注释掉一些代码?
当我输入 <%--
时,Eclipse jsp 编辑器会立即在光标附近输入 --%>
。所以我要删除这段文字并在我真正需要的地方手动输入它。此自动功能的运行速度比手动输入慢。如何对其进行教育呢?
When I enter <%--
Eclipse jsp editor enters --%>
immediately near cursor. So I am to delete this text and enter it manually where I really need it. This automatic feature works more slowly than manual entry. How to educate it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想关闭自动关闭评论的默认行为,您可以在
Window > 中找到一个选项。首选项
Web > JSP 文件 >编辑>键入
自动关闭> JSP 注释
。If you want to switch off the default behaviour of closing the comment automatically you will find an option for this in
Window > Preferences
Web > JSP Files > Editor > Typing
Automatically close > JSP comments
.