{"id":29109075,"url":"https://github.com/Leathong/openscad-support-vscode","last_synced_at":"2025-06-29T07:02:53.215Z","repository":{"id":45816359,"uuid":"487267865","full_name":"Leathong/openscad-support-vscode","owner":"Leathong","description":"OpenSCAD language support for VSCode","archived":false,"fork":false,"pushed_at":"2025-05-27T08:44:53.000Z","size":122939,"stargazers_count":89,"open_issues_count":9,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-27T09:51:20.899Z","etag":null,"topics":["language-server","openscad","openscad-language-support","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Leathong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-30T12:09:43.000Z","updated_at":"2025-05-27T08:44:56.000Z","dependencies_parsed_at":"2024-04-05T14:51:35.395Z","dependency_job_id":"03a2e34a-6929-4ca8-bff6-941b5fcacb8e","html_url":"https://github.com/Leathong/openscad-support-vscode","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/Leathong/openscad-support-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leathong%2Fopenscad-support-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leathong%2Fopenscad-support-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leathong%2Fopenscad-support-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leathong%2Fopenscad-support-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leathong","download_url":"https://codeload.github.com/Leathong/openscad-support-vscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leathong%2Fopenscad-support-vscode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262553071,"owners_count":23327584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["language-server","openscad","openscad-language-support","vscode","vscode-extension"],"created_at":"2025-06-29T07:01:27.414Z","updated_at":"2025-06-29T07:02:53.209Z","avatar_url":"https://github.com/Leathong.png","language":"TypeScript","funding_links":[],"categories":["OpenSCAD"],"sub_categories":[],"readme":"\u003e **NOTICE: Because clang-format produces poor formatting results for OpenSCAD, we have completely removed support for clang-format and switched to the new formatter [topiary](https://github.com/tweag/topiary).**\n\n# OpenSCAD Language Support\n\nVS Code Marketplace: [[OpenSCAD Language Support](https://marketplace.visualstudio.com/items?itemName=Leathong.openscad-language-support)]\n\nVisual Studio Code extension utilizing the [OpenSCAD language server](https://github.com/Leathong/openscad-LSP.git)，providing language support for OpenSCAD. The extension is available on Mac, Linux, and Windows. If you like this extension, please light up the stars in GitHub.\n\nProject is available at: \u003chttps://github.com/Leathong/openscad-support-vscode\u003e\n\n### Related projects\n- The language server, written in Rust: \u003chttps://github.com/Leathong/openscad-LSP.git\u003e\n- The parser, https://github.com/openscad/tree-sitter-openscad\n\n## Features\n\n- builtin function/module documents\n- formatter, utilizing topiary.\n- jump to definition\n- code auto-completion\u003c/br\u003e\n  \u003cimg src=\"./media/snapshot_suggest.png#gh-light-mode-only\" width=\"70%\"\u003e\n- path auto-completion\u003c/br\u003e\n  \u003cimg src=\"./media/snapshot_path.png#gh-light-mode-only\" width=\"70%\"\u003e\n- document symbols (*cmd + shift + o* on Mac)\n- hover information\u003c/br\u003e\n  \u003cimg src=\"./media/snapshot_hover.png#gh-light-mode-only\" width=\"70%\"\u003e\n- simple error diagnosis\n- preview and CheatSheet (from [vscode-openscad](https://github.com/Antyos/vscode-openscad))\n\n## Settings\n\n- **scad-lsp.searchPaths**:\u003c/br\u003e\n  The extension will read OPENSCADPATH Environment Variable to point to the library(s), or you can set search paths by this property.\n\n- **scad-lsp.launchPath**:\u003c/br\u003e\n  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:\n  - Windows: `C:\\\\Program Files\\\\Openscad\\\\openscad.exe`\n  - MacOS: `/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD` \n  - Linux: `openscad` (Automatically in path).\n\n- **scad-lsp.fmtIdent**:\u003c/br\u003e\n  The indentation string. Defaults to `\"  \"` if not provided. Any string can be provided, but in most instances will be some whitespace: `\"  \"`, `\"    \"`, or `\"\\t\"`.\n\n- **scad-lsp.fmtQueryFilePath**:\u003c/br\u003e\n  The query file used for topiary formatting, more detail refer to [topiary](https://github.com/tweag/topiary).\n\n- **scad-lsp.defaultParam**:\u003c/br\u003e\n  if true, will include default params in auto-completion.\n\n## TODO\n- symbol rename.\n\nFor more information, see: [Using an external Editor with OpenSCAD](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_an_external_Editor_with_OpenSCAD)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeathong%2Fopenscad-support-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLeathong%2Fopenscad-support-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeathong%2Fopenscad-support-vscode/lists"}