Tools
Helper tools that make development with Nette easier.
Development Environment
- Editors and IDEs recommended editors and plugins for comfortable work with Nette, Latte and NEON.
- Composer practical tips for working with the PHP dependency manager: installation, PHP version, autoloading and more.
Code Quality
- Code Checker checks your source files for formal flaws such as an invisible BOM, control characters, broken encoding, or invalid syntax of PHP, Latte, NEON, JSON and YAML files, and can fix them automatically.
- Coding Standard automatically formats your PHP code according to the Nette coding standard, from indentation and braces to spacing and the ordering of imports.
- PHPStan Rules teach PHPStan to understand Nette code, so static analysis infers precise types and reports fewer false positives.
- X-Ray shows you exactly how your project uses the Nette ecosystem: which methods, Latte filters and configuration keys you actually use.
Artificial Intelligence
- Claude Code plugin teaches Claude Code the Nette conventions: skills, automatic validation of Latte/NEON/JS, and MCP integration.
- MCP Inspector gives AI the real state of your application: DI services, database schema, routes and Tracy logs.
Frontend
- Vite plugin connects the Vite build tool with Nette Assets: HMR during development and optimized production builds.
- ESLint plugin adds ESLint rules and configuration for JS/TS in Nette projects, including linting JS inside Latte templates.