docs(editor-setup): document LSP diagnostics and driver docs on hover - #86
Merged
Conversation
heph#296 added missing-required-field diagnostics for target()/ provider_state() calls and driver config-field docs on hover once a target's driver is resolved. Document both in the editor setup guide. Refs hephbuild/heph@85b556b (#296) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JT52j7Xj26SsQAkreF4tFd
⚡ Cloudflare Pages preview
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
target()/provider_state()call missing a required field (base field or, oncedriver/provideris resolved, a driver/provider-required field).target()call now also shows the resolved driver's config-field docs, alongside the existing addresses-produced info.Triggered by hephbuild/heph@85b556b (hephbuild/heph#296), which added these behaviors to the BUILD-file language server. The completion-precedence change in that PR (heph's own completions replacing the stock LSP server's at exact syntactic positions) is an internal behavioral detail with no user-facing surface change, so it's intentionally left undocumented here.
Test plan
## What it providestable format preserved — a new row added, one row extended.🤖 Generated with Claude Code
https://claude.ai/code/session_01JT52j7Xj26SsQAkreF4tFd
Generated by Claude Code