Autocompletion blocked? #676
Unanswered
tschmidtb51
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hey @tschmidtb51 , are you pulling in from Pip? We have the autocompletions, but I don't think you can setup autocompletions automatically through PyPI as they need to be on system directories usually. Or maybe I'm wrong? For example, here is how we do it for Homebrew: https://github.com/sourcemeta/homebrew-apps/blob/main/Casks/jsonschema.rb#L14-L15, and for the Snap: https://github.com/sourcemeta/jsonschema/blob/main/snapcraft.yaml#L20. I'm not a Python guy, but if you know how we could do it, happy to explore it |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use jsonschema from a virtual python environment. However, if I try to use
tabnavigation to autocomplete folders / filenames or it does not work. Is that a problem in my setup or do others have the same problem?Beta Was this translation helpful? Give feedback.
All reactions