index.java
来自「emacs的一个非常有用的插件,叫xrefactory,可以实现source i」· Java 代码 · 共 29 行
JAVA
29 行
package com.xrefactory.refactorings;/* Index containing few refactoring examples. Put cursor on a class name and push F6 to move to the example.*/import com.xrefactory.refactorings.AddRemoveParameter;import com.xrefactory.refactorings.EncapsulateField;import com.xrefactory.refactorings.ExtractMethod;import com.xrefactory.refactorings.MoveStaticMethod;import com.xrefactory.refactorings.PullUpMethod;import com.xrefactory.refactorings.RenameSymbol;// composition of refactorings is a refactoringimport com.xrefactory.refactorings.MoveMethod;class Index { // empty class, just index of refactorings}/* F5 will bring you back to main Index*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?