Every tool your coding workflow needs
Browse editor and IDE extensions, CLIs, linters, debuggers, and other developer tools, all vetted to make writing and shipping code easier.
Ruff
Ruff is a Python linter and formatter written in Rust, built for developers who need to replace slower tools like Flake8 in a large codebase. Runs 10 to 100 times faster than Flake8 Replaces dozens of plugins with one binary Auto-fixes lint violations on save Formats code to match Black's style
Prettier
Prettier is an opinionated code formatter for developers that reprints JavaScript, TypeScript, CSS, HTML, JSON, and Markdown into a consistent style. Formats code automatically on save Removes style debates from pull request reviews Supports over 10 languages and file types Integrates with ESLint to avoid rule conflicts
ESLint
ESLint is a static analysis linter for JavaScript and TypeScript that catches bugs and style issues before code ships. Flags problems using configurable rule sets Auto-fixes many violations on save Extends functionality through community plugins Enforces a shared style guide across a team
Showing 1–3 of 3 apps