claude-code - 💡(How to fix) Fix [DOCS] Fullscreen docs omit mouse hover/click behavior for slash command and @-mention suggestion lists [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#60691Fetched 2026-05-20 03:52:00
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://code.claude.com/docs/en/fullscreen

Section/Topic

Use the mouse in fullscreen rendering, plus the fullscreen interaction notes for slash command and @-mention suggestion lists

Current Documentation

The fullscreen page currently says:

Fullscreen rendering captures mouse events and handles them inside Claude Code:

  • Click in the prompt input to position your cursor anywhere in the text you're typing.
  • Click a collapsed tool result to expand it and see the full output. Click again to collapse. The tool call and its result expand together. Only messages that have more to show are clickable.
  • Click a URL or file path to open it.
  • Click and drag to select text anywhere in the conversation.
  • Scroll with the mouse wheel to move through the conversation.

Related input docs currently say:

Type / in Claude Code to see all available commands, or type / followed by any letters to filter.

| @ | File path mention | Trigger file path autocomplete |

@-mention the subagent. Type @ and pick the subagent from the typeahead, the same way you @-mention files.

What's Wrong or Missing?

A. The fullscreen mouse documentation omits suggestion-list interaction

The fullscreen page documents mouse support for the prompt, collapsed tool results, links, text selection, and wheel scrolling, but it does not mention that the slash command suggestion list and @-mention suggestion list support mouse hover and click in fullscreen mode as of v2.1.145.

B. The slash and @ docs describe discovery/filtering, but not fullscreen mouse behavior

The interactive-mode and sub-agents pages explain how to open the / and @ suggestion/typeahead UIs, but they only describe typing, filtering, and picking items conceptually. They do not tell readers that in fullscreen mode those suggestion lists are mouse-interactive, which makes the new behavior hard to discover.

Suggested Improvement

Add a bullet to https://code.claude.com/docs/en/fullscreen under Use the mouse, for example:

Hover and click autocomplete suggestions in slash command and @-mention menus. In fullscreen rendering, moving the mouse updates the highlighted suggestion, and clicking selects or inserts the highlighted command, file, or agent.

Also add a short note where / and @ suggestions are introduced that fullscreen mode supports mouse hover/click selection in addition to Tab and arrow-key navigation.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageLine(s)Context
https://code.claude.com/docs/en/fullscreen47-55Use the mouse lists fullscreen mouse actions but omits slash/@ suggestion-list hover and click
https://code.claude.com/docs/en/interactive-mode80-86, 107-109/ and @ entry points are documented, but fullscreen mouse interaction is not
https://code.claude.com/docs/en/sub-agents637-645@-mention typeahead for agents is documented, but fullscreen hover/click behavior is not

Total scope: 3 pages affected

Version: Observed against Claude Code release notes for v2.1.145

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [DOCS] Fullscreen docs omit mouse hover/click behavior for slash command and @-mention suggestion lists [1 participants]