Strixonomy VS Code extension¶
Strixonomy is the VS Code ontology IDE powered by Strixonomy. It provides the explorer sidebar, Entity Inspector, Query Workbench, Manchester editor, graph panels, reasoner views, and inline diagnostics.
The extension talks to the bundled Strixonomy LSP (strixonomy-lsp) — you do not need Rust installed for normal use.
Looking for the CLI or Rust library? See Strixonomy overview and Rust & CLI guide.
Quick start¶
- Install Strixonomy from the Marketplace or Open VSX (Cursor).
- Open a folder with
.ttl,.obo,.owl, or other ontology files. Bundled language server works in Restricted Mode — Trust only if you set customstrixonomy.lspPathorstrixonomy.robotPath. - Open the Strixonomy activity bar → Classes → click an entity.
Install and setup¶
| Topic | Guide |
|---|---|
| Install, trust, bundled LSP | Install VS Code |
| Supported formats, activation | Install VS Code · FAQ |
| Problems after install | Troubleshooting |
Strixonomy features¶
| Feature | Guide |
|---|---|
| Browse classes, properties, individuals | First success |
| Entity Inspector | Inspector |
| Edit Turtle (labels, parents, create/delete) | Authoring |
| Workspace refactoring | Refactoring |
| SQL and SPARQL | Query Workbench |
| Complex axioms (Manchester) | Manchester editor |
| Class/property/import graphs | Graph view |
| Semantic diff (versions / workspace) | Semantic diff |
| EL / RL / RDFS / DL classification | Reasoner |
| Working alongside Protégé | Protégé coexistence |
Architecture¶
Strixonomy (TypeScript + React webviews)
│ stdio LSP
Strixonomy LSP (strixonomy-lsp)
│
Strixonomy engine (strixonomy / strixonomy-*)
Strixonomy owns UI and marketplace packaging. Strixonomy owns indexing, queries, diagnostics, and write-back logic.
Reference¶
| Topic | Link |
|---|---|
| What ships today | SHIPPED |
| Webview protocol | Webview protocol |
| LSP API (Strixonomy) | Strixonomy LSP |
Next steps¶
| Goal | Document |
|---|---|
| First success tutorial | First success |
| Section overview | Strixonomy overview |
| Feature tour | Feature tour |
| Engine / CLI | Strixonomy overview |