JS Readability CheckerA lightweight VS Code extension that provides friendly readability warnings for JavaScript functions. It helps developers spot code that may be hard to understand or maintain, especially in fast-moving projects or AI-generated code. This extension focuses on readability, not code style or formatting. FeaturesJS Readability Checker currently detects:
All warnings are shown as gentle suggestions, not errors. Long Function WarningWarns when a function becomes quite long and may benefit from being split into smaller pieces. Example warning:
Too Many Parameters WarningWarns when a function takes many parameters, which can make it harder to understand and use. Example warning:
Deep Nesting WarningWarns when a function is deeply nested, increasing cognitive load for readers. Example warning:
Scope & Design Philosophy
This extension is designed to assist, not police. How It Works
No external services. No network calls. InstallationInstall directly from the Visual Studio Code Marketplace. Search for JS Readability Checker. Future ImprovementsPlanned enhancements may include:
FeedbackSuggestions and feedback are welcome via the Marketplace reviews. |


