40 查看类的继承结构图(Show UML Diagram) ctrl + shift + u 41 查看方法的多层重写结构(method hierarchy) ctrl+alt+h 42 添加到 收藏(add to favorites) ctrl+alt+f 43 抽取方法(Extract Method) alt+shift+m 44 打开 最近 修改的文件(Recently Files) ctrl+E 45 关闭当前打开的代码栏(close) ctrl +...
refactoring.extract.method.from.duplicate.code=Extract method from duplicate code refactoring.extract.method.preview.tree.method=Method to replace code duplicates refactoring.extract.method.preview.tree.duplicates=Code duplicates ({0,choice, 0#No|1#1 fragment|2#{0,number} fragments}{1,choice, 0#...
40 查看类的继承结构图(Show UML Diagram) ctrl + shift + u 41 查看方法的多层重写结构(method hierarchy) ctrl+alt+h 42 添加到 收藏(add to favorites) ctrl+alt+f 43 抽取方法(Extract Method) alt+shift+m 44 打开 最近 修改的文件(Recently Files) ctrl+E 45 关闭当前打开的代码栏(close) ctrl +...
在列出的可选项中只显示出你所输入的关键字最相关的信息*:Ctrl + Shift + Space Smart code completion (filters the list of methods and variables by expected type) 语句补全:Ctrl + Shift + Enter Complete statement 参数信息*:Ctrl + p Parameter info (within method call arguments) 快速查找文档:Ctrl ...
43 抽取方法(Extract Method) alt+shift+m 44 打开最近修改的文件(Recently Files) ctrl+E 45 关闭当前打开的代码栏(close) ctrl + w 46 关闭打开的所有代码栏(close all) ctrl + shift + w 47 快速搜索类中的错误(next highlighted error) ctrl + shift + q ...
36.抽取方法(Extract Method) alt+shift+m 37.打开最近修改的文件(Recenty Files) ctrl+E 38.关闭当前大开的代码栏(close) ctrl+w 39.关闭打开的所有代码栏(close all) ctrl+shift+w 40.快速搜索类中的错误(next highlighted error) ctrl+shift+q ...
查看方法的多层重写结构(method hierarchy) ctrl+alt+h 添加到收藏(add to favorites) ctrl+alt+f 抽取方法(Extract Method) alt+shift+m 打开最近修改的文件(Recently Files) ctrl+E 关闭当前打开的代码栏(close) ctrl + w 关闭打开的所有代码栏(close all) ctrl + shift + w ...
1 、写代码时用 Alt-Insert ( Code|Generate… )可以创建类里面任何字段的 getter 与 setter 方法。 <?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /> 2 、右键点击断点标记(在文本的左边栏里)激活速查菜单,你可以快速设置 enable/disable 断点或者条件它的属性。
A new Extract Functional Parameter refactoring A new option of the Safe Delete refactoring for deleting a method parameter within the call hierarchy A new option of the Make Static refactoring that makes non-static methods referenced from the original method static ...
--Extract(提取) --Variable(变量) --Constant(常亮) --Field(作用域) --Paramenter(参数) --Functional Paramenter(功能参数) --Paramenter Object(参数对象) --Method(方法) --Method Object(方法对象) --Delegate(授权) --Interface(接口) --Superclass(超类) ...