Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以你在一个 300 行的函数中间,想知道函数声明在哪里。
你怎么做到这一点?
M-C-a跳转到当前函数的开头。
M-C-a
M-C-e跳转到当前函数的末尾
M-C-e
它适用于elisp 和c 派生语言(例如Java)。
通常,我which-function启用了次要模式,它在模式行上显示当前功能(在我的 emacs 配置中使用它):
which-function
(require 'which-func) (which-function-mode t)