The IDE Portability Problem and Its Solution in Monto

Conference Paper (2016)
Author(s)

Sven Keidel (TU Delft - Programming Languages)

Wulf Pfeiffer (Technische Universität Darmstadt)

Sebastian Erdweg (TU Delft - Programming Languages)

Research Group
Programming Languages
DOI related publication
https://doi.org/10.1145/2997364.2997368
More Info
expand_more
Publication Year
2016
Language
English
Research Group
Programming Languages
Pages (from-to)
152-162
ISBN (print)
978-1-4503-4447-0

Abstract

Modern IDEs support multiple programming languages via plug-ins, but developing a high-quality language plug-in is a huge development effort and individual plug-ins are not reusable in other IDEs. We call this the IDE portability problem.

In this paper, we present a solution to the IDE portability problem based on a language-independent and IDE-independent intermediate representation (IR) for editor-service products. This IR enables IDE-independent language services to provide editor services for arbitrary IDEs, using language-independent IDE plug-ins.

We combine the IR with a service-oriented architecture to facilitate the modular addition of language services, the decomposition of language services into smaller interdependent services, and the use of arbitrary implementation languages for services.

To evaluate the feasibility of our design, we have implemented the IR and architecture in a framework called Monto. We demonstrate the generality of our design by constructing language services for Java, JavaScript, Python, and Haskell and show that they are reusable in the Eclipse IDE and in a web-based IDE. We also evaluate the performance of Monto and show that Monto is responsive and has admissible performance overhead.

No files available

Metadata only record. There are no files for this record.