How to customize the place of declaration of a class. #8716
Replies: 1 comment 2 replies
-
The auto-completion logic in the pyright LSP is maintained by the pylance team. I think I remember seeing some issues related to this one in the pylance-releases issue tracker. If not, you could file a bug report or enhancement request there. |
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
-
This is more of a question about the Python LSP server in VSCode but I'm not sure where the best place to post it is.
I have a directory in a project that I would like to pretend is a file, and to hide the inner folder structure. It has a number of files that are pure implementation detail. How do I export symbols in such a way that VSCode automatically imports them from the public re-export?
Is there a way to get this to work as intended, and hide the declaration of things from clients?
Beta Was this translation helpful? Give feedback.
All reactions