Alnoms — Performance Intelligence for VS CodeStatic + heuristic performance analysis for Python code, directly inside VS Code.Alnoms is a Performance Intelligence Engine that helps developers understand the computational cost of their code directly inside Visual Studio Code. It analyzes functions, detects hotspots, estimates complexity, highlights risks, and provides a clean, deterministic explanation of why certain code paths may scale poorly. This extension ships with a powerful local analysis engine written in TypeScript, with optional unlockable tiers (PRO, TEAM, ENTERPRISE) for deeper insights. ✨ Features (OSS Tier)⚡ Analyze Current FileRun:
You get:
🔥 Inline Code HighlightingLightweight decorations:
💗 Explain This FunctionClick any function to see:
📚 Complexity Sidebar TreeA sidebar view showing:
⚠️ Basic Performance WarningsRule‑based detection of:
💯 Alnoms Score (0–100)A simple heuristic score based on:
💾 Local‑Only ModeThe OSS tier runs entirely locally:
🚀 PRO, TEAM & ENTERPRISE TiersAlnoms supports unlockable premium tiers: 🟦 PRO (Individual Developers)
🟪 TEAM (Small Teams)
🟥 ENTERPRISE (Large Organizations)
🧱 ArchitectureVS Code Extension (TypeScript)
Pure TypeScript Analysis EngineNo Python dependency.
This makes the extension:
📦 InstallationThe extension is published publicly on the VS Code Marketplace. Search for: Alnoms Or install via CLI:
🧪 DevelopmentClone the repository
Install dependencies
Run the extensionPress F5 → Launch Extension Host Build
Package
Publish
🔐 Licensing & TiersThe extension includes a built‑in tier unlock system:
No private code is exposed in the VSIX. 🛠 Roadmap
📄 LicenseMIT License |