Code IndicatorCode Indicator is a VS Code extension built for CLI coding agents such as Codex, Claude Code, and OpenCode. It copies or sends the current editor location in an WhyCLI coding agents work best when they receive precise code locations. Instead of manually typing paths and line numbers, Code Indicator lets you select code, right-click, and send the location directly to your terminal. When no text is selected, Code Indicator uses the cursor position. Commands
Each command is available from the Command Palette, editor context menu, and VS Code Keyboard Shortcuts. SettingsThe editor context menu items can be shown or hidden individually. Terminal focus after sending is enabled by default. The trailing character sent to the terminal defaults to a space.
Output Format
Positions are 1-based. The end position uses VS Code's exclusive selection end. Examples:
Paths are relative to the containing workspace folder. Files outside the workspace use absolute paths. LicenseMIT |
