fgallina / python.el

Python's flying circus support for Emacs
GNU General Public License v3.0
267 stars 53 forks source link

imenu does not show functions with return value annotations #161

Closed glyph closed 6 months ago

glyph commented 6 years ago

If I have a python file like this:

def foo():
    pass

def bar() -> int:
    pass

def baz():
    pass

both imenu and semantic see foo and baz but not bar.

skangas commented 5 years ago

Hi!

This repository is no longer maintained, since python-mode.el is now distributed with Emacs itself. I suggest that you report any issues using the Emacs command:

M-x report-emacs-bug

fgallina commented 6 months ago

Closing as I'm marking this repository as read only. To report bugs, or to contribute fixes and improvements, use the built-in Emacs bug reporter (M-x report-emacs-bug) or send an email to bug-gnu-emacs@gnu.org.