Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>BigO-AnalyzerNew to Visual Studio Code? Get it now.
BigO-Analyzer

BigO-Analyzer

Anuj Khadka

|
9 installs
| (0) | Free
Helps you analyze bigo for your code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

bigo-analyzer

This helps you to find the time complexity of your python code.

Features

  • Automatic complexity analysis of Python functions
  • Visual performance graphs using Chart.js
  • Correlation scores for different complexity classes
  • Support for common algorithmic complexity patterns

Requirements

  • Python 3.8 -Visual Studio Code 1.60.0 or higher

Installation

  • Open VS Code
  • Press Ctrl+P / Cmd+P
  • Type ext install AnujKhadka.bigo-calculator

Usage

  • Open a Python file
  • Select the function you want to analyze
  • Press Ctrl+Shift+B / Cmd+Shift+B or use the command palette to run "Analyze Big O Complexity"
  • View the analysis results in the side panel

Known Issues

Release Notes

1.0.0 Initial release of Big O Analyzer

  • Basic complexity analysis
  • Performance visualization
  • Python dependency management
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft