Dev tooling
This section covers editor and local tooling for Spine and data product repositories. Today the focus is the Dataspine Visual Studio Code extension (source in the monorepo at typescript/vscode-extension) and the spinec language server it launches for in-editor language features.
VS Code and Cursor is the main guide: installation, extension commands, settings, the spinec lsp implementation (diagnostics, go to definition, hover, semantic tokens), and control plane CLI integration for platform operations.
Cursor and other hosts that use the same VS Code extension model can run the same package; see the page above for details.