neoclide / coc-python

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

request for proposal for python.analysis.cachingLevel #126

Open kalloc opened 4 years ago

kalloc commented 4 years ago

Implementation request for python.analysis.cachingLevel property

Short explanation: The language server is able to cache some modules to disk, and reload them in future analysis sessions, giving better performance on frequently used modules.

Link: https://github.com/microsoft/python-language-server/wiki/Module-caching

last-partizan commented 4 years ago

@chemzqm can this be implemented?

If this can be done without much knowledge of coc-python internal structure and you can give some examples how to do it, i can make pull-request.