[](https://github.com/alufers/openscad-parser/actions?query=workflow%3A%22Node.js+CI%22) [](
npm install openscad-parser


This package facilitates parsing, formatting and validating the OpenSCAD language using TypeScript and JavaScript.
``sh`
$ npm i -g openscad-parser
Usage:
`sh`
$ scadfmt
`sh``
npm install openscad-parser
- [x] Parsing and full error reporting (reports even better errors than the default OpenSCAD parser)
- [x] Symbol tree generation (VSCode "Outline" view)
- [x] Formatting (fully AST-aware, needs some more work with breaking up large vectors)
- [x] Semantic code completions (provides code completions for VSCode)
- [x] Jump to definition (provides a "Go to definition" context menu item)
I will soon release a vscode extension with full OpenSCAD support, it just needs some more work.
The API documentation is available here.