python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

support for textDocument/typeDefinition ?

Open mcepl opened this issue 4 years ago • 0 comments

When trying pyls with nvim built-in LSP client and call lua vim.lsp.buf.type_definition() results with:

Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/callbacks.lua:
223: RPC MethodNotFound message =  "Method Not Found: textDocument/typeDefinition"

Is it true, that pyls doesn't support this message?

mcepl avatar Feb 05 '20 14:02 mcepl