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

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Represents an Fn workspace with its partially-parsed Cue files.
Implements LSP document sync protocol to maintain a view into currently open files.
No description provided by the author