SEMay 15

Optimizing an IDE for an Evolving Language Ecosystem

arXiv:2605.166649.2
Predicted impact top 70% in SE · last 90 daysOriginality Synthesis-oriented
AI Analysis

For developers of IDEs for evolving programming languages, this offers practical lessons but is incremental in nature.

The paper presents a strategy for building a high-performance IDE for the evolving Move smart contract language using LSP and the core compiler, detailing optimizations needed to handle ecosystem growth. No concrete performance numbers are provided.

This paper describes a strategy for developing a high performance and feature-rich IDE for an evolving smart contract language ecosystem. Our target is Move, a programming language for the Sui smart contracts platform. The strategy we chose to support the Move language ecosystem utilizes Language Server Protocol (LSP) and it is based on the already existing "core" language machinery, in particular the core language compiler. We discuss alternatives we considered, as well as the evolution of our infrastructure that was necessary to keep up with the growth of the language ecosystem, particularly with respect to optimizations (and their impact) that needed to be implemented to accommodate this growth. We conclude with lessons learned during the IDE support development process that we hope will be beneficial for others attempting to follow a similar path.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes