pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Implement xref backend #397

Closed alypeng closed 3 years ago

alypeng commented 3 years ago

This adds support for the built-in functions xref-find-definitions and xref-find-references which provide similar functionality to anaconda-mode-find-definitions and anaconda-mode-find-references respectively.

CeleritasCelery commented 3 years ago

I tested this out and it seems to work great. Thanks for the work!