openscad-LSP
openscad-LSP copied to clipboard
A LSP (Language Server Protocol) server for OpenSCAD.
# Bug description When hovering on the first letter of an identifier, it`d often show nothing. # Steps to reproduce 1. Create a new scad file 2. open it in...
This doesn't seem to work in WSL. It doesn't format.
Hi Leathong, thanks for creating this LSP and the VSCode extension. Just started using it today and it has been very helpful! I ran the built-in formatter and noticed that...
The config below will panic on an `.unwrap()` ```lua openscad_lsp = { settings = { openscad = { fmt_style = "file", fmt_exe= "clang-format", -- search_paths = "/libs", this will panic...
Hi, it would be great if the LSP code action is implemented to launch OpenSCAD preview. The path to use for OpenSCAD could also be included as an option in...
Added `fmt_args` and allowed `fmt_exe` to handle other formatters such as `scadformat`: https://github.com/hugheaves/scadformat * handled typos * addressed clippy warnings * added documentation for new formatting