简体   繁体   中英

Ido-goto-symbol command support for emacs python mode

The function ido-goto-symbol when run in emacs python mode , shows the message No items suitable for an index found in this buffer . How can I get the ido-goto-symbol to work in python-mode so that it lists functions and classes present in the python file?

Mx imenu RET provides that functionality already.

Should work with python-mode.el as with shipped python.el

Checked with

GNU Emacs 24.3.90.1 (i686-pc-linux-gnu, GTK+ Version 3.6.5) of 2014-04-21

In case of trouble start from emacs -Q

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM