golang / sublime-build

The official Sublime Text package for Go build system integration.
BSD 3-Clause "New" or "Revised" License
345 stars 46 forks source link

Language Server? #32

Open nathany opened 7 years ago

nathany commented 7 years ago

It would be nice to see editors and languages standardize around something like Microsoft's Language Server Protocol.

@wbond What are your thoughts on this?

nathany commented 7 years ago

See also: https://groups.google.com/forum/#!topic/golang-dev/mLsGwoFwqoI

wbond commented 7 years ago

The Sublime community has two LSP implementations, although I believe one is sort of abandoned. https://packagecontrol.io/packages/LSP seems to be actively developed, and I have been keeping my eye on it.