Replies: 1 comment 1 reply
-
In theory, it seems like it may be possible to hook this kind of thing into the jedi lsp/autocomplete infrastructure that powers the Positron Python experience. Could you open a feature request and it can be investigated in the future? Thanks for the suggestion |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pandas has an extension system which allows users to create custom accessors for DataFrame objects. For example, one could define
DataFrame.utils.semi_join()
like so:Unfortunately, IDE features like autocomplete, type hits, hover documentation, etc, don't pick up accessors added in this way. NB, it doesn't seem like other IDEs support this feature either. It would be great if this could be added to Positron 🙂
Many thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions