Skip to content

docs(editor-setup): document provider_state hover narrowing - #87

Merged
raphaelvigee merged 1 commit into
mainfrom
claude/eager-galileo-d02sr9
Aug 2, 2026
Merged

docs(editor-setup): document provider_state hover narrowing#87
raphaelvigee merged 1 commit into
mainfrom
claude/eager-galileo-d02sr9

Conversation

@raphaelvigee

Copy link
Copy Markdown
Member

Summary

hephbuild/heph#316 narrows the language server's hover for target() and provider_state() calls to the schema of the driver/provider the call selects, replacing the generic **config/**state catch-all with the resolved fields (name, type, doc).

The Hover row in editor-setup.md already promised this for target()'s driver. It didn't mention provider_state()'s provider getting the same treatment, even though the Diagnostics row right above it already documents both symmetrically. This updates the Hover row to match.

Change

  • website/docs/guides/editor-setup.md: extend the Hover table row to note that hovering provider_state() narrows to the named provider's state fields once it resolves, same as target()'s driver.

Test plan

  • Diffed against the current doc's phrasing/style for consistency
  • Doc-only change; no build required per this routine's instructions

Triggered by hephbuild/heph@4adfc57 (hephbuild/heph#316).


Generated by Claude Code

heph/heph#316 narrows the target()/provider_state() hover to the
driver or provider a call site selects, replacing the generic
**config/**state catch-all with the resolved schema's fields. The
Hover row already promised this for target()'s driver; extend it to
cover provider_state()'s provider too.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HWJA8tcHT8fdcZrznabpmE
@raphaelvigee
raphaelvigee force-pushed the claude/eager-galileo-d02sr9 branch from d45e617 to d723fcf Compare August 1, 2026 21:57
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

⚡ Cloudflare Pages preview

Preview https://f871b701.hephbuild.pages.dev
Commit 2665914

@raphaelvigee
raphaelvigee merged commit a41dae0 into main Aug 2, 2026
3 checks passed
@raphaelvigee
raphaelvigee deleted the claude/eager-galileo-d02sr9 branch August 2, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants