Hello, for days in Visual Studio Code I get a text about the functions of my code: Complexity is 11 You must be kidding.
(I mark it with a green arrow in the image)
The number changes depending on the function.
There is also a colored square behind the function key (I mark it with a blue arrow)
When clicking on the text, which does not count as a line of code, several lines appear at the top of the editor.
What function or meaning does this have?
A few days ago I installed a Node.js extension, but now it doesn't show up to tell you what it is and maybe it has something to do with it.
If they gave me an idea of what it is or where to look, I checked Microsoft tutorials and I didn't find anything.
Thanks.
You can disable messages in the settings.json file. You need to change the following setting:
You can find the settings in:
As @alanfcm says it's partly because of "CodeMetrics" , but it must be a VS Code for Node.js dependency . If it bothers you too much, deleting it will remove everything, the comments and the colored boxes. "CodeMetrics" , you will not be able to as it is a dependency. I hope I have helped.