Pburrows
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Equivalent of CodeMetrics for PhpStorm / WebStorm, etc...
I use PhpStorm for a lot of typescript development. The one thing I find missing from the IDE is a cyclomatic complexity tool like VSCode's "CodeMetrics" plugin. I see that Rider has one, and that ... -
Created NodeJs V8 CPU Profiling Not Loading Results
I am trying to use the integrated V8 Profiler for my nodejs application. I have configured the "Record CPU profiling info" selection, and I can verify that when I run my application, a log file is ...