Code Analyzer provides a suite of tools for identifying and fixing issues in your codebase. It supports JavaScript, TypeScript, HTML, CSS, and Python, leveraging ESLint, HTMLHint, Stylelint, and Pyright to detect bugs, errors, and potential functionality problems. The server offers options to automatically fix issues or receive suggestions for manual correction, helping developers maintain high-quality code.
Key Features
01Analyzes JavaScript/TypeScript code using ESLint
02Analyzes HTML code using HTMLHint
03Analyzes CSS code using Stylelint
04Analyzes Python code using Pyright
05Automatically fixes issues when possible
06Provides suggestions for fixing identified issues
070 GitHub stars