docs(lsp): LSP capability inventory, gaps & next steps (issue #3) #4
Merged
warkanum
merged 1 commits from 2026-08-23 06:59:50 +00:00
issue-3-lsp-research into main
No Reviewers
Labels
Clear labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Breaking change that won't be backward compatible
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
Reviewed
Confirmed
1
Issue has been confirmed
Reviewed
Duplicate
2
This issue or pull request already exists
Reviewed
Invalid
3
Invalid issue
Reviewed
Won't Fix
3
This issue won't be fixed
Status
Abandoned
3
Somebody has started to work on this but abandoned work
Status
Blocked
1
Something is blocking this issue or pull request
Status
Need More Info
2
Feedback is required to reproduce issue or to continue work
Breaking change that won't be backward compatible
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
Reviewed
Confirmed
1
Issue has been confirmed
Reviewed
Duplicate
2
This issue or pull request already exists
Reviewed
Invalid
3
Invalid issue
Reviewed
Won't Fix
3
This issue won't be fixed
Status
Abandoned
3
Somebody has started to work on this but abandoned work
Status
Blocked
1
Something is blocking this issue or pull request
Status
Need More Info
2
Feedback is required to reproduce issue or to continue work
No labels
Milestone
No items
No Milestone
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: wdevs/PgTidy#4
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Research artifact for issue #3 ("See what we can provide for LSP").
Adds docs/lsp-status.md: a runtime-verified inventory of the PgTidy LSP (initialize/formatting/range-formatting/codeAction/publishDiagnostics), the gaps that remain (no hover, no documentSymbol, no save hooks, 1-char diagnostic caret, no initializationOptions), and ranked smallest-delta next steps. Also points docs/todo.md V3 section at it.
Verified: go build ./... OK; pkg/lsp unit tests pass for initialize (formatting/range-formatting tests time out on this box due to slow WASM go-pgquery first-init — pre-existing on main, not code-related). A framed JSON-RPC e2e over stdio confirmed the advertised capabilities, a COR001 diagnostic, and a formatting edit.
No code changes; doc-only delta.