我使用emacs-mode.如何按名称导航到功能定义?Emacs有"imenu-add-to-menubar"命令,但这不方便,因为我必须从菜单中选择功能名称.
谢谢!
您可以M-x imenu直接使用- 它只能在当前文件中使用.我把它绑Super-i在我.emacs身上:
.emacs
(global-set-key [(super ?i)] 'imenu)