vscode-js-complexity-analysis
vscode-js-complexity-analysis copied to clipboard
Typescript support?
Would be nice to have support for typescript (by automatically compiling the file to JS and running the analysis on that file?)
That's an interesting idea. I don't really have experience with typescript myself so this is not on top of my TODO list. However, you are more than welcome to create a PR to add the support!
how about pairing with https://github.com/kisstkondoros/codemetrics?