CompletionItemKind is not shown in comletion list when typing multiple tokens
See original GitHub issueWhen typing from
, completion list shown w/o CompletionItemKind like below
Just typing from
and leave insert mode, then going back to insert mode and list completion list again, we get candidates with CompletionItemKind as below.
I assume that CompletionItemKind should be shown in completion list even if typing several tokens at a time, but is current behavior is expected one ?
What’s the output of :CocCommand pyright.version
[coc.nvim] coc-pyright 1.1.189 with Pyright 1.1.189
What’s the output of :CocCommand workspace.showOutput Pyright
Workspace: /home/tharada/repos/foo Using python from /home/tharada/repos/foo/.venv/bin/python
[Info - 9:31:52 PM] Pyright language server 1.1.189 starting [Info - 9:31:52 PM] Server root directory: /home/tharada/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/ [Info - 9:31:52 PM] No configuration file found. [Info - 9:31:52 PM] No pyproject.toml file found. [Info - 9:31:52 PM] Setting pythonPath for service “foo”: “/home/tharada/repos/foo/.venv/bin/python” [Warn - 9:31:52 PM] stubPath /home/tharada/repos/foo/typings is not a valid directory. [Info - 9:31:52 PM] Assuming Python version 3.10 [Info - 9:31:52 PM] Assuming Python platform Linux [Warn - 9:31:52 PM] Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js [Warn - 9:31:52 PM] Exception received when installing file system watcher: TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js [Info - 9:31:52 PM] Searching for source files [Info - 9:31:52 PM] Auto-excluding /home/tharada/repos/foo/.venv [Info - 9:31:52 PM] No source files found.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top GitHub Comments
Try v1.1.190.
@BoysHands reproduced, but have no idea about this because the results of
python-import
is came from Pyright too. I’ll add an option to disablepython-import
.