kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
404 stars 20 forks source link

No metrics on `async` functions #107

Open ThaJay opened 1 year ago

ThaJay commented 1 year ago

Just installed this extension on my new setup. It's a long time favourite of mine.

This codebase makes extensive use of async / await. Unfortunately I do not see the complexity hints on functions marked with the async keyword. I also do not see any reference to async in the setting either. Am I missing something or is this not part of the extension?