Display Python import library sizes inline in VSCode, similar to ErrorLens but for import statements.
Features
This extension analyzes Python import statements and displays the size of each imported library directly in the code editor, on the same line as the import statement. The size information appears on the right side of the line, similar to how ErrorLens displays error messages.
Shows import library sizes in human-readable format (Bytes, KB, MB, GB)
Supports both import and from ... import statements
Automatically updates when you modify import statements
Caches module sizes for better performance
Works with built-in modules and third-party packages