Visual Studio Code extension utilizing the OpenSCAD language server, provide language support for OpenSCAD. The extension avalible on Mac, Linux and Windows. If you like this extension, please light up the stars in GitHub.
scad-lsp.searchPaths:
The extension will read OPENSCADPATH Environment Variable to point to the library(s), or you can set search paths by this property.
scad-lsp.launchPath:
Command to launch openscad. Either the path to the openscad executable, or just "openscad" (no quotes) if the executable is in the path. If left blank, it will use the default path for your system noted below:
scad-lsp.fmtStyle:
clang format style, options: LLVM, GNU, Google, Chromium, Microsoft, Mozilla, WebKit, file. If you'd like to customize your style, set this property to file, and place your .clang-format file to your source code directory.
scad-lsp.fmtExePath:
clang format executable path.
scad-lsp.defaultParam:
if true, will include defualt params in auto-completion.