Feature Description
Before sending a visual selection to Claude Code, allow prompts to be attached. The final piece sent to Claude should look like: @filename#L1-10 selection prompt, this should also be sent automatically.
Use Case
At the moment the flow for prompting about a piece of code is this:
- Make a selection
- Send selection to claude code
- Shift focus to Claude Code
- Write additional prompt about the selection
- Send.
The feature request would condense from 2-5 into one step.
Proposed Solution
Something similar is implemented in Opencode Nvim using the ask() function
Feature Description
Before sending a visual selection to Claude Code, allow prompts to be attached. The final piece sent to Claude should look like:
@filename#L1-10 selection prompt, this should also be sent automatically.Use Case
At the moment the flow for prompting about a piece of code is this:
The feature request would condense from 2-5 into one step.
Proposed Solution
Something similar is implemented in Opencode Nvim using the
ask()function