Table of Contents generated with DocToc

IDE Setup

When the user wants to open the project in IntelliJ IDEA or PyCharm (e.g. to review a PR, inspect code, or work on changes), run:

uv run dev/ide_setup/setup_idea.py --confirm --open-ide

This regenerates the IDE configuration files without prompts (--confirm) and opens the IDE in the project directory automatically (--open-ide).