-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Context
From architect review (Feb 14). LSP does full-document replacement on each change. Missing semantic tokens.
Tasks
- Implement
TextDocumentSyncKind.Incrementalindocuments.go - Add semantic token provider for SQL keyword highlighting
- Debounce diagnostics on rapid typing
- Route handler through
gosqlxAPI instead of importing parser directly
Files
pkg/lsp/documents.gopkg/lsp/handler.go
Impact
Editor responsiveness on large SQL files. Semantic tokens improve highlighting accuracy.
Reactions are currently unavailable