idecompilerun.java

来自「emacs的一个非常有用的插件,叫xrefactory,可以实现source i」· Java 代码 · 共 23 行

JAVA
23
字号
package com.xrefactory;/*  1.) Select 'Xref -> Emacs IDE -> Compile File' to compile this file.  2.) Move cursor into class body and select 'Xref -> Emacs IDE -> Run  This' to run this program.  3.) From now, you can invoke compile-run macro by pressing C-F8, but  do not forget to put cursor onto main method each time before.  */class IdeCompileRun {    public static void main(String[] args) {        System.out.println("hello world");    }}/*  F5 will bring you back to Index*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?