Install
1
Install from the Marketplace
Settings > Plugins > Marketplace, search for Iris Code, install.
2
Restart the IDE fully
Not a plugin reload, a full restart. See the note below on why this matters.
3
Open the tool window
View > Tool Windows > Iris Code, or Tools > Iris Code: Open Panel.
Sign in
Tools > Iris Code: Sign In, or runiris auth login in a terminal. Both write the same ~/.iris/credentials file, so one sign-in covers the plugin, the CLI, your hooks and CI.
What you get
The tool window is the same panel as the VS Code sidebar, rendered by the same code: File, Folder, Workspace, Issues and TODO tabs, gate preview, trends, and every table. The tables open as editor tabs. Diagnostics, hover, code lens and quick fixes come through LSP4IJ. Clicking a file opens it at the right line, “Update dependency” runs in a real terminal, duplicate pairs open in the IDE’s own diff viewer, and hook installation asks before touching your repository. Twenty-five actions are available from Find Action (Ctrl+Shift+A). They are all named Iris Code: ... so typing “iris” finds every one of them.
What it does not have
- No detached panel. The tool window can be widened or floated using the IDE’s own controls.
- No guided onboarding tour. The docs are the tour.
- No project-view badge for file-naming violations. The violations still appear in the Problems panel and the naming table.
- No push-blocked counter panel.