📄 stripjavacomments.test
字号:
/* * Copyright text * has to be removed *//** * JavaDoc text about the class. * has to be removed */ public class NormalLine { private String withComment; // this comment should be removed /* this comment * should be * removed */ public void doNothing() { // this comment should be removed int i; /* this comment should be removed */ int j; } private String url = "http://ant.apache.org/"; // very difficult! private String url2 = "\"http://ant.apache.org/\""; // even worse}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -