作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有没有办法使用 CodeRush 快速注释掉一大块代码?
'For narCounter = 0 To UBound(arPDFFiles)
' 'Add the PDF File Names to the Data Table.
' rowPDF = dtPDF.NewRow
' rowPDF("PDFDocument") = arPDFFiles(narCounter)
' dtPDF.Rows.Add(rowPDF)
'Next
最佳答案
是的,CodeRush Pro 具有选择注释功能。此功能添加了通过单个快捷方式快速注释或取消注释多行代码块(或代码编辑器中的任何文本)的功能。在 Visual Basic 中,它是 (')(撇号),在 CSharp(或 C++)中,它是 (/)(斜杠)。请注意,如果您使用的是 CodeRush Xpress,则它没有此功能。 Here有关于此的更多信息。
关于devexpress - CodeRush - 注释掉整段代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5580408/
我正在编写一个快速的 preg_replace 来从 CSS 中删除注释。 CSS 注释通常有这样的语法: /* Development Classes*/ /* Un-comment me for
使用 MySQL,我有三个表: 项目: ID name 1 "birthday party" 2 "soccer match" 3 "wine tasting evening" 4
我是一名优秀的程序员,十分优秀!