docs: Add LSP UX heuristic evaluation report for clangd#1551
Open
docs: Add LSP UX heuristic evaluation report for clangd#1551
Conversation
NN/g-based evaluation of LSP status indicator, notification bar, and hover pop-ups using clangd 18 against the fmt codebase. Includes ANSI audit findings, WCAG contrast checks, and a prioritized remediation plan for LSP lifecycle visibility and hover/diagnostic fusion. https://claude.ai/code/session_01E63E6Ye3h5fiRbfGWFcH1F
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
This PR adds a comprehensive usability heuristic evaluation and technical audit of Fresh's LSP integration, focusing on the LSP Status Indicator, Notification Bar, and Hover Pop-ups using clangd as the test language server against the
fmtC++ codebase.Key Changes
docs/internal/LSP_HEURISTIC_EVAL_CLANGD.md— a detailed 160-line evaluation report including:Notable Findings
The evaluation identifies 7 major issues blocking the "LSP should just work" promise:
compile_commands.json(H-7)--no-restoreon never-edited files (H-12)The report also documents 6 minor issues (H-4, H-8–H-11, H-13) and 1 cosmetic issue (H-14), plus 1 strength (acceptable latency under load).
Purpose
This document serves as a baseline for prioritizing LSP UX improvements and provides reproducible test steps for future regression testing.
https://claude.ai/code/session_01E63E6Ye3h5fiRbfGWFcH1F