index.c
来自「emacs的一个非常有用的插件,叫xrefactory,可以实现source i」· C语言 代码 · 共 18 行
C
18 行
/* Index containing few refactoring examples. Put cursor on a function name and push F6 to move to the example.*/void renameSymbol();void addRemoveParameter();void extractFunction();void refactoringIndex() {}/* F5 will bring you back to main index.*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?