kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
404 stars 20 forks source link

Docs (README): Customization options reference sub-optimal #69

Closed Izhaki closed 5 years ago

Izhaki commented 5 years ago

The README currently states:

for a complete list check AppConfiguration.ts

However, that file is hardly informative as to what the options are.

I had to look at package.json for what I was looking for (OverviewRulerModeEnabled).

I think the RADME should change to:

for a complete list check the configuration section in package.json

kisstkondoros commented 5 years ago

Thanks for pointing it out! It was slightly adjusted in v1.20.0.