feat(desktop): typed ref hovers, field completion and shape refresh#77
Merged
Conversation
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.
What
Desktop integration for typed
{{alias.path}}resolution served by the language server:save_block_result(command + wrapper) now carries the block's alias, so successful runs land an inferred response shape; both block panels send the customhttui/refreshnotification after an aliased save so the server republishes field diagnostics.{{alias…}}cache resolution now looks up the latest result by(file_path, alias)— the write side keys HTTP rows by a request+env hash the document scanner cannot reproduce, so the old content-hash lookup missed every row (hover always claimed the block had never run).httui-corebumped to pick up the WAL journal mode and the response shape cache.Validation
Manually verified in the app: hover shows the field type from the last run,
{{alias.response.completes with real fields, and a field typo gets a warning squiggle with a suggestion. Full unit suite (3207), clippy and prettier green.