microsoft / extension-manifest-editor
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 19 files with 1,398 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (334 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (475 lines of code)
    • 15 very small files (589 lines of code)
0% | 0% | 23% | 33% | 42%
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
css0% | 0% | 100% | 0% | 0%
ts0% | 0% | 0% | 38% | 61%
html0% | 0% | 0% | 100% | 0%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
Resources0% | 0% | 75% | 24% | 0%
src0% | 0% | 0% | 38% | 61%
Longest Files (Top 19)
File# lines# units
template_default.css
in Resources
334 -
BaseHTMLGenerator.ts
in src
187 15
BasePreviewManager.ts
in src
178 18
template_skeleton.html
in Resources
110 -
VscHtmlGenerator.ts
in src
75 6
DataProviderVSTS.ts
in src
74 1
Utilities.ts
in src
74 4
VstsHtmlGenerator.ts
in src
71 5
DataProviderVSC.ts
in src
54 1
BaseDataProvider.ts
in src
52 2
PreviewManagerController.ts
in src
37 3
PreviewManagerVSC.ts
in src
30 4
PreviewManagerVSTS.ts
in src
30 4
main.ts
in src
29 3
Constants.ts
in src
27 -
IDataProvider.ts
in src
20 -
DataKeyValuePair.ts
in src
6 1
IPreviewManager.ts
in src
6 -
IHtmlGenerator.ts
in src
4 -
Files With Most Units (Top 13)
File# lines# units
BasePreviewManager.ts
in src
178 18
BaseHTMLGenerator.ts
in src
187 15
VscHtmlGenerator.ts
in src
75 6
VstsHtmlGenerator.ts
in src
71 5
PreviewManagerVSC.ts
in src
30 4
PreviewManagerVSTS.ts
in src
30 4
Utilities.ts
in src
74 4
PreviewManagerController.ts
in src
37 3
main.ts
in src
29 3
BaseDataProvider.ts
in src
52 2
DataKeyValuePair.ts
in src
6 1
DataProviderVSC.ts
in src
54 1
DataProviderVSTS.ts
in src
74 1
Files With Long Lines (Top 7)

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

File# lines# units# long lines
BaseHTMLGenerator.ts
in src
187 15 6
template_skeleton.html
in Resources
110 - 4
VscHtmlGenerator.ts
in src
75 6 4
BasePreviewManager.ts
in src
178 18 2
Constants.ts
in src
27 - 1
VstsHtmlGenerator.ts
in src
71 5 1
main.ts
in src
29 3 1