CodeEditApp / CodeEdit

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
21.01k stars 1.01k forks source link

✨ LSP Event & Notification Handling #1888

Open thecoolwinter opened 1 week ago

thecoolwinter commented 1 week ago

Description

Language servers can send clients (CodeEdit) notifications and events we should respond to. These include logging ([1], [2]), show messages, showing progress, opening a file and a lot more.

Right now our client implementation receives notifications and events but does nothing with them. This issue is a tracking issue for implementing handlers for each capability a server might use.

thecoolwinter commented 1 week ago

For anyone looking to take this on, create or find an issue related to each notification / event that needs implementing and paste the URL of this issue in that one to link it. Once we've implemented all LSP events and notifications we'll close this issue.