This project is a VSCODE or VSX extension that provides tools for Arduino development directly in the editor. It is designed to enhance the development experience for Arduino developers by integrating various features and functionalities.
- Document and explain why the code is for.
- Get pre-indexed knowledge about the project using the Codegraph MCP.
- Always use up-to-date info with the Context7 MCP or searching the web.
- Always use Bun as the package manager and runtime environment.
- Always use TypeScript instead of Javascript.
- After writing a
tsortsxrunbun run check-typesto check for type errors.
- After writing a
- Always use Ultracite (Biome's zero-config preset) for code formatting and linting.
- Most issues are automatically fixable with
bun fix. - Before start writing a
tsortsxfile, check the Ultracite Code Standards.
- Most issues are automatically fixable with