Implement workspace file/folder LSP handlers #26
Labels
component: Rubberduck.Client
Issue involves RPC client/platform
component: Server.LSP
Issue involves the LSP server process
feature: workspace explorer
Issues that relate to the workspace explorer / sync panel
skill:rpc
Issues that involve StreamJsonRpc
Milestone
The handlers themselves should go under
Rubberduck.Client
, which should have a namespace to keep the workspace handlers together (there will be more workspace handlers to implement in future sprints). Handlers should be injected with interfaces for the services they need, so these services need to have their interfaces in the same assembly, to be implemented underRubberduck.Server.LSP
.The text was updated successfully, but these errors were encountered: