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)