language-server-protocol/history.md
Kenneth Auchenberg df68f6a4d7 Add history
2017-12-26 21:33:41 -08:00

475 B

title layout sectionid
History singlePage history

How the Language Server Protocol came to life

Implementing language support like auto complete, goto definition, or type hovering for a programming language for different development tools is a significant effort. Each development tool provides different APIs for language extenders. Moreover, an extension has to be implemented in the implementation language of the tool itself.

Partnerships

Press