package
0.0.394
Repository: https://github.com/namespacelabs/foundation.git
Documentation: pkg.go.dev

# README

Ns LSP

ns lsp command implements language server protocol. It uses stdin/stdout as JSON-RPC2 medium.

The LSP can be used by various editors and IDEs. Notably fn-vscode extension plumbs this LSP into VSCode.

The LSP is implemented inside the ns binary to make sure that it editor integrations behave 100% consistent with the command line tools.

References

Related work

Examples