kisstkondoros / codemetrics

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

Possibilty to remove text #48

Closed PhlppKnst closed 6 years ago

PhlppKnst commented 6 years ago

Hi,

is it possible to remove the text like "Complexity is 6 It's time to do something" above the function and just get a colored rectangle and the text is only shown as tooltip?

Best, Phlpp

kisstkondoros commented 6 years ago

Yes, using the following in the user settings should actually do exactly that.

{
    "codemetrics.basics.CodeLensEnabled": false
}