Hacker News new | ask | show | jobs
by fuckthecops 2806 days ago
Hi Peter love what you're doing. Really interested to see where this ends up in a few years.

PS. +1 for Webstorm support

2 comments

Thanks! We implemented codestream with a rather unique 4-tier architecture which we hope will make it easier to port to many editors.

React UI

Editor extension (initiates webview)

LSP agent

——cloud or on prem——

API/mongo

Hopefully this means most of the work happens in the three layers that are common across editors, and only the extension code needs to be ported.

+100 for Webstorm support yes! :)
Noted!