Skip to content

OpenSCAD#

Server#

For more information about the LSP server, check openscad-lsp.

Installation#

cargo install openscad-lsp

For more instructions on how to install manually, check here.

Debugger: Not available#

Available configurations#

lsp-openscad-default-param#

Type: boolean

Default: t

Whether to include default parameter values in auto-completion.


lsp-openscad-indent#

Type: string

Default:

Indentation string used by Topiary when formatting.


lsp-openscad-query-file#

Type: file

Default: ``

Path to a custom Topiary query file for OpenSCAD formatting.


lsp-openscad-search-paths#

Type: string

Default: ``

Customized search path.


lsp-openscad-server#

Type: file

Default: openscad-lsp

Path to the openscad language server.


lsp-openscad-server-connection-type#

Type: symbol

Default: tcp

Type of connection to use with the OpenSCAD Language Server: tcp or stdio.



Last update: June 16, 2026