This script lets you split up a single large source file into several smaller ones - which can speed up PyLance intellisense by a fair margin.
-
Notifications
You must be signed in to change notification settings - Fork 0
By saving the source code into multiple files in a way where each file imports the next at the bottom of the file, PyLance can parse the code much much faster Its key that the import is at the bottom and not at the top (counterintuitive, isn't it?)
ItsCubeTime/savePythonStubIntoMultipleFiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
By saving the source code into multiple files in a way where each file imports the next at the bottom of the file, PyLance can parse the code much much faster Its key that the import is at the bottom and not at the top (counterintuitive, isn't it?)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published