|
|
|
|
|
by badsectoracula
2257 days ago
|
|
This creates an issue where the LSP is the bottleneck between what the language can express and what functionality the IDE can provide. For example there is absolutely no way anything based on LSP can provide the same level of integration as what Lazarus has for Free Pascal and its LCL framework. (also LSP essentially working by running a server locally that has to parse and emit JSON messages and an editor that also has to connect to a local server and parse and emit JSON messages is not exactly ideal when you care about keeping things simple and performant) |
|