Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Langserver.org – Language Server Protocol Implementations (langserver.org)
1 point by peter_d_sherman on Nov 21, 2022 | hide | past | favorite | 1 comment


>"Why LSP? LSP creates the opportunity to reduce the m-times-n complexity problem of providing a high level of support for any programming language in any editor, IDE, or client endpoint to a simpler m-plus-n problem.

For example, instead of the traditional practice of building a Python plugin for VSCode, a Python plugin for Sublime Text, a Python plugin for Vim, a Python plugin for Sourcegraph, and so on, for every language, LSP allows language communities to concentrate their efforts on a single, high performing language server that can provide code completion, hover tooltips, jump-to-definition, find-references, and more, while editor and client communities can concentrate on building a single, high performing, intuitive and idiomatic extension that can communicate with any language server to instantly provide deep language support."

Related: https://docs.codelite.org/plugins/lsp/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: