Hacker News new | ask | show | jobs
by davidkunz 1142 days ago
It'll be great if they'd build language servers via the language server protocol, that would be editor agnostic.
1 comments

Github Copilot actually works through the language server protocol already. Document contents are sent to it and it responds with code completions.