Iris Code to filter the list.
Several also appear in right-click context menus, in the Explorer file tree and in the editor, where that is the quicker route.
Looking for the terminal commands instead? Those are in the CLI reference. This page is the editor.
In the command palette
Context menus
Iris Code adds entries to the right-click menu in two places in the VS Code interface.Explorer (file tree)
Right-clicking inside the Explorer panel exposes file- and folder-scoped commands without requiring you to open the file first:- Right-click a JS/TS/Vue/Svelte/Go/Python/Ruby/C#/Java/Rust file → Iris Code: Analyse This File
- Right-click a folder → Iris Code: Analyse This Folder
- Right-click anywhere in the Explorer → Iris Code: Analyse Workspace
Editor (inside a file)
Right-clicking inside an open file gives you analysis commands scoped to the current file or its containing folder:- Iris Code: Analyse Current File - re-run analysis on the file you are editing
- Iris Code: Analyse Current Folder - analyse all supported files in the same folder
- Iris Code: Analyse Workspace - run a full workspace scan from the editor context menu