Wednesday, March 8, 2017

Language Server Protocol

The Language Server Protocol is used between a tool (the client) and a language smartness provider (the server) to integrate features like auto complete, goto definition, find all references and alike into the tool.

Learn more about it @ https://github.com/Microsoft/language-server-protocol

No comments:

Post a Comment