microsoft / python-language-server
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
24,741 LOC (32%)
111 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
24,741 LOC (32%)
111 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
111
files match defined criteria (
24,741
lines of code,
32.6%
vs. main code):
52
*.cs files (
13,734
lines of code)
58
*.pyi files (
10,836
lines of code)
1
*.py files (
171
lines of code)
256
lines match the content pattern.
details...
per component - primary logical decomposition
src/Analysis/Ast/Impl
in 86 files, 14,870 LOC (32%)
src/Parsing/Impl/Ast
in 6 files, 754 LOC (11%)
src/Parsing/Impl
in 2 files, 4,686 LOC (78%)
src/Parsing/Impl/Tokens
in 2 files, 2,096 LOC (73%)
src/Analysis/Core/Impl
in 1 file 191 LOC (11%)
src/LanguageServer/Impl/Sources
in 4 files, 534 LOC (49%)
src/LanguageServer/Impl/Implementation
in 1 file 40 LOC (4%)
src/LanguageServer/Impl
in 2 files, 258 LOC (32%)
src/Core/Impl/IO
in 1 file 344 LOC (47%)
src/Caching/Impl
in 4 files, 480 LOC (78%)
src/LanguageServer/Impl/Formatting
in 1 file 450 LOC (90%)
src/Caching/Impl/Lazy
in 1 file 38 LOC (11%)