emacsorphanage / company-jedi

Company backend for Python jedi
101 stars 12 forks source link

Skip to definition of python unary operators when in python-mode. #39

Open hongyi-zhao opened 3 years ago

hongyi-zhao commented 3 years ago

Say, if I put the point at the following position denoted by | when I'm in python-mode:

a = ~|4

I want to be directed to the definition of unary-arithmetic operators as documented here. Any hints for achieving this behavior?

Regards, HZ