-
Notifications
You must be signed in to change notification settings - Fork 5
Need LSP workspace folders and events #4
Copy link
Copy link
Closed
Description
Now refact-lsp receives:
2024-02-07T09:12:02.530871Z INFO refact_lsp::lsp:180: LSP client_info None
2024-02-07T09:12:02.530875Z INFO refact_lsp::lsp:184: LSP workspace_folders RwLock { data: None }
But it needs workspace folders to index the files inside. I have two Sublime windows open, with different paths. Both need to be visible in workspace_folders.
Another problem is it needs these LSP events for specific files:
did_open
did_change
did_save
did_close
And finally for statistics we need handle_v1_snippet_accepted (actually an analog of this in LSP RPC) when a grey text code completion is accepted (Tab).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels