-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
lspLanguage service protocol and editor integrationLanguage service protocol and editor integration
Description
need to update the 2k lines of code I wrote last year to the new Ezno
There is an example video near the top of the page
Things to consider:
- AST has to be partially valid, this may only work for
ezno-parseras it has Cursor variants which enableconst x = ;to be valid AST - Distribution using WASM seems like a good solution: https://www.osohq.com/post/building-vs-code-extension-with-rust-wasm-typescript
- What features of https://microsoft.github.io/language-server-protocol/ to support
Future things
- Not rechecking the whole source every write
blackmann, marcincodes, sirenkovladd, worstpractice and AraCoderslogotip4ik, worstpractice and AraCoders
Metadata
Metadata
Assignees
Labels
lspLanguage service protocol and editor integrationLanguage service protocol and editor integration