Iris

Commands

All commands are available via the command palette (Ctrl+Shift+P):

CommandDescription
Iris: Analyse Current FileManually re-analyse the active file
Iris: Analyse WorkspaceAnalyse all JS/TS/Go/Python files in the workspace
Iris: Analyse This FileRight-click a file in Explorer to analyse it
Iris: Analyse This FolderRight-click a folder in Explorer to analyse it
Iris: Analyse Current FolderAnalyse the folder of the currently open file
Iris: Open in PanelPop the sidebar out into a full editor panel beside your code
Iris: Export Scan Report as HTMLSave the current analysis as a standalone HTML report
Iris: Install Git HookInstall the pre-push hook into .git/hooks/pre-push
Iris: Uninstall Git HookRemove the Iris block from the pre-push hook
Iris: Install Build HookWire Iris health checks into the project build — prebuild for Node, Makefile target for Go/Python
Iris: Uninstall Build HookRemove the Iris build hook, leaving any other build steps intact
Iris: Open Dependents TableOpen the dependency audit panel (versions + CVEs)
Iris: Show Welcome PageOpen the Getting Started welcome page

Context Menus

Iris adds entries to the right-click menu in two places:

Explorer (file tree)

  • Right-click a JS/TS/Go/Python file → Iris: Analyse This File
  • Right-click a folder → Iris: Analyse This Folder
  • Right-click anywhere → Iris: Analyse Workspace

Editor (inside a file)

  • Iris: Analyse Current File
  • Iris: Analyse Current Folder
  • Iris: Analyse Workspace