Skip to content

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?)

Notifications You must be signed in to change notification settings

ItsCubeTime/savePythonStubIntoMultipleFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

savePythonStubIntoMultipleFiles

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.

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

No packages published

Languages