We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.jsp 文件中可使用的注释有多种:HTML 的 <!-- --> 注释、js 的 // 和 /* */ 注释以及 jsp 的 <%- -%>。
.jsp
<!-- -->
//
/* */
<%- -%>
IDEA 中使用 Ctrl + / 进行注释时默认是 js 的注释(在 <script> 标签中),按快捷键时我想使用 jsp 的 <%- -%> 注释而不是 js 的注释。请问有没有什么办法能实现?
<script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
.jsp
文件中可使用的注释有多种:HTML 的<!-- -->
注释、js 的//
和/* */
注释以及 jsp 的<%- -%>
。IDEA 中使用 Ctrl + / 进行注释时默认是 js 的注释(在
<script>
标签中),按快捷键时我想使用 jsp 的<%- -%>
注释而不是 js 的注释。请问有没有什么办法能实现?The text was updated successfully, but these errors were encountered: