microsoft / vscode-vsce
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 16 files with 2,993 lines of code.
    • 1 very long files (1,441 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (269 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (707 lines of code)
    • 10 very small files (576 lines of code)
48% | 0% | 8% | 23% | 19%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
ts48% | 0% | 8% | 23% | 19%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src48% | 0% | 8% | 23% | 19%
Longest Files (Top 16)
File# lines# units
package.ts
in src
1441 57
main.ts
in src
269 3
store.ts
in src
198 21
npm.ts
in src
197 12
publish.ts
in src
185 3
util.ts
in src
127 16
show.ts
in src
90 2
validation.ts
in src
84 5
manifest.ts
in src
70 -
viewutils.ts
in src
65 9
publicgalleryapi.ts
in src
57 3
zip.ts
in src
54 3
api.ts
in src
53 4
search.ts
in src
50 1
xml.ts
in src
32 1
nls.ts
in src
21 2
Files With Most Units (Top 15)
File# lines# units
package.ts
in src
1441 57
store.ts
in src
198 21
util.ts
in src
127 16
npm.ts
in src
197 12
viewutils.ts
in src
65 9
validation.ts
in src
84 5
api.ts
in src
53 4
main.ts
in src
269 3
publicgalleryapi.ts
in src
57 3
publish.ts
in src
185 3
zip.ts
in src
54 3
nls.ts
in src
21 2
show.ts
in src
90 2
search.ts
in src
50 1
xml.ts
in src
32 1
Files With Long Lines (Top 7)

There are 7 files with lines longer than 120 characters. In total, there are 49 long lines.

File# lines# units# long lines
package.ts
in src
1441 57 28
main.ts
in src
269 3 8
publish.ts
in src
185 3 5
validation.ts
in src
84 5 3
npm.ts
in src
197 12 2
store.ts
in src
198 21 2
viewutils.ts
in src
65 9 1