Replies: 1 comment 7 replies
-
I think you can simply call |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have
pyright
set up which seems to be working fine as when I type in e.g.from func
, an autocomplete suggestion offunctools
is displayed, see screenshotHowever, when accept the suggestion and write import, no autocomplete suggestions are displayed:
When I start typing a function I know exists in
functool
, e.g.reduce
, then the autocomplete menu pops upHow can I set
nvim-cmp
up to automatically display the popup with available objects to import after I've writtenfrom {x} import
?Beta Was this translation helpful? Give feedback.
All reactions