Editor-driven contract development
Engineers who want LSP diagnostics and autocomplete
StxScript is LSP-first. The VS Code extension and the standalone stxscript-lsp server bring diagnostics, autocomplete, hover info, and go-to-definition to Stacks contract work — the editor experience typed languages take for granted.
VS Code extension
Syntax highlighting, snippets, and integrated LSP out of the box.
Editor-agnostic language server
Run stxscript-lsp directly and point Vim/Neovim, Sublime, or Emacs at it.
Feedback while you type
Type errors and scope mistakes surface inline, not at deploy time.
lsp
$ stxscript-lsp # start the language server # VS Code: install the StxScript extension # Vim/Sublime/Emacs: configure the LSP client