Go-to definition across modules / packages #420
metalalive
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a Python application where the modules (files) are located in different hierarchical packages (directories).
How to properly configure
pylsp
withnvim
so I can perform go-to definition from one module to another module, both are under the same application ?Currently go-to definition works well with standard library and 3rd-party packages of specific virtual environment, but not the modules within the same application.
Here is my Lua script (for NeoVim) so far :
Beta Was this translation helpful? Give feedback.
All reactions