codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.92k stars 362 forks source link

could you please add maximum_depth calculation? #609

Open heartacker opened 5 years ago

heartacker commented 5 years ago

Environment

Description

calc maximum_depth of one function just like "See McCabe complexity scores and informative tooltips."

maximum_depth, max-nesting-depth https://stylelint.io/user-guide/rules/max-nesting-depth/

Steps to recreate

auto calc like "McCabe complexity scores calc"

Current behavior

None

Expected behavior

request

codecadwallader commented 5 years ago

Thanks for the suggestion. :)