Feature Request
Pylance is a feature rich python language plugin for VSCode. It provide code analysis and intellisense.
The intellisense function works with python default functions and types and almost all other libraries I used (such as numpy). However it does not work with compas.
I suspect this is caused by the 2-layer-deep import routing that compas uses. If I write the full path, or in fact keep the default full path that Pylance automatically creates, the intellisense works, See below where intersection_line_plane is yellow, that one works.

I think @Achillx has faced similar problem.