neoclide / coc-python

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

Select interpreter doesn't use CocList #272

Open ApolloBian opened 4 years ago

ApolloBian commented 4 years ago

It would be nice if python.setInterpreter command can use CocList (by default?). Fuzzy search etc will make life easier to select from various interpreters.

ZacharyRizer commented 3 years ago

I'm also curious about this in a related way. I swear that before today when using CocCommand python.setInterpreter it would open up the options in a split on the bottom of the pane. But today for some reason it is opening up in a floating window wherever my cursor is. Was something changed? Also open this in a CocList would be amazing.