neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
574 stars 51 forks source link

go to reference not working the same as vscode #124

Open kcajf opened 4 years ago

kcajf commented 4 years ago

Running coc-python with MPLS. Most things are working well.

I have a situation where coc-python isn't giving me as much information as vscode though. I'm calling "go to references" on a function definition, and in vscode I also get a reference to a call in an adjacent file, but in coc-python I'm only getting the function definition itself. How does vscode know which files to search for references in?