Tag

Language Server Protocol

0 views collected around this technical thread.

Bitu Technology
Bitu Technology
Jun 8, 2023 · Backend Development

Lexical – The Next‑Generation Language Server: Architecture, Features, and Future Roadmap

The article reviews Scott's presentation on Lexical, the next‑generation Elixir language server, explaining the Language Server Protocol, Lexical's dual‑node architecture, modular design for easy contribution, and upcoming development plans, while inviting the community to explore the video replay and contribute.

ElixirLanguage Server ProtocolLexical
0 likes · 7 min read
Lexical – The Next‑Generation Language Server: Architecture, Features, and Future Roadmap
DevOps
DevOps
Aug 2, 2022 · Frontend Development

From Monaco Editor to VS Code: Eric Gamma’s Journey and the Rise of Modern Web‑Based Development Tools

This article chronicles Eric Gamma’s transition from IBM to Microsoft, the creation of the Monaco web editor, its evolution into the Monaco Workbench and ultimately VS Code, highlighting key technical choices such as Electron, TypeScript, the Language Server Protocol, open‑source strategy, and the product’s explosive growth to become a cornerstone of modern developer tooling.

ElectronEric GammaLanguage Server Protocol
0 likes · 9 min read
From Monaco Editor to VS Code: Eric Gamma’s Journey and the Rise of Modern Web‑Based Development Tools
ByteFE
ByteFE
Sep 13, 2021 · Fundamentals

Understanding TypeScript: Compilation Pipeline, VSCode Integration, LSP, Babel, and tsc

This article explains TypeScript’s compilation pipeline, AST and symbol system, its integration with VSCode via the Language Server Protocol, how Babel can strip types for bundling, and how to enforce type safety with the tsc command, providing code examples throughout.

ASTBabelLanguage Server Protocol
0 likes · 14 min read
Understanding TypeScript: Compilation Pipeline, VSCode Integration, LSP, Babel, and tsc