|
|
|
|
|
by mikewhy
2720 days ago
|
|
> felt like something we all should of figured out years and years ago Before language server there was YouCompleteMe, a plugin for Vim that had the same ideas. It was eventually ported to other editors, but LSP wasn't far behind and eventually took over. I'm no good with Google Trends, but here they are: https://trends.google.com/trends/explore?date=all&q=youcompl... |
|
LSP is an API that talks to compilers, and returns actual relevant data about the code you are working with, and in conjunction with the Debug Adapter Protocol allows things like setting breakpoints in a standardized way.
EDIT: looks like YouCompleteMe did try to use OmniSharp and racer to provide better support for certain languages, but it still is different than a standardized protocol that any language could add support for without needing to be included in a swiss army knife like YCM.