Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>po-js-complexityNew to Visual Studio Code? Get it now.
po-js-complexity

po-js-complexity

liuchuanyu666

|
42 installs
| (0) | Free
A VSCode extension to check cyclomatic complexity in JavaScript files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

描述当前页面的方法是否过于复杂 目前是6

示例图片

示例图片

优化方式

  • 减少if else 重复
  • 一个大方法应该根据业务逻辑拆分成多个小方法
  • 避免使用双重for循环
  • 避免一个方法的长度过长
不影响提交
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft