microsoft / vscode-references-view
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 12 files with 1,281 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (535 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (292 lines of code)
    • 8 very small files (454 lines of code)
0% | 0% | 41% | 22% | 35%
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
ts0% | 0% | 42% | 23% | 34%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/references0% | 0% | 80% | 0% | 20%
src0% | 0% | 49% | 0% | 50%
src/calls0% | 0% | 0% | 71% | 28%
src/types0% | 0% | 0% | 70% | 29%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 12)
File# lines# units
model.ts
in src/references
300 17
tree.ts
in src
235 13
model.ts
in src/calls
149 11
model.ts
in src/types
143 11
utils.ts
in src
100 9
index.ts
in src/references
75 6
navigation.ts
in src
70 4
index.ts
in src/calls
60 6
index.ts
in src/types
60 6
highlights.ts
in src
53 4
azure-pipelines.yml
in root
20 -
extension.ts
in src
16 2
Files With Most Units (Top 11)
File# lines# units
model.ts
in src/references
300 17
tree.ts
in src
235 13
model.ts
in src/calls
149 11
model.ts
in src/types
143 11
utils.ts
in src
100 9
index.ts
in src/calls
60 6
index.ts
in src/references
75 6
index.ts
in src/types
60 6
highlights.ts
in src
53 4
navigation.ts
in src
70 4
extension.ts
in src
16 2
Files With Long Lines (Top 9)

There are 9 files with lines longer than 120 characters. In total, there are 36 long lines.

File# lines# units# long lines
model.ts
in src/calls
149 11 6
index.ts
in src/references
75 6 6
tree.ts
in src
235 13 6
index.ts
in src/calls
60 6 4
model.ts
in src/references
300 17 4
index.ts
in src/types
60 6 4
model.ts
in src/types
143 11 4
navigation.ts
in src
70 4 1
utils.ts
in src
100 9 1