vscode-js-complexity-analysis icon indicating copy to clipboard operation
vscode-js-complexity-analysis copied to clipboard

Produce a complexity analysis report of your JS project

Results 7 vscode-js-complexity-analysis issues
Sort by recently updated
recently updated
newest added

Take this code ``` var test = { stuff: 3 } console.log(test?.stuff) ``` This is completely valid js code and yet the extension throws an error saying it is invalid

- Issue Type: `Performance` - Extension Name: `js-complexity-analysis` - Extension Version: `2.0.0` - OS Version: `Windows_NT x64 10.0.19042` - VS Code version: `1.61.2` :warning: Make sure to **attach** this file...

Extension 'TomiTurtiainen.js-complexity-analysis' uses the 'vscode.previewHtml' command which is deprecated and will be removed soon. Please file an issue against this extension to update to use VS Code's webview API.

I just installed this extension and followed the given procedure to calculate the complexity but it does not do anything when i hit Project complexity Analysis. Ubuntu 14.04 Vscode Version:...

I have generated the metrics successfully. But I want the metrics as a file(HTML or other formats) to present to client. Please let me know if there is any option...

Would be nice to have support for typescript (by automatically compiling the file to JS and running the analysis on that file?)

enhancement

Do you have plans to support flowtype or enable ability to use Babel transpiler?

enhancement