vscode-lang-scad
vscode-lang-scad copied to clipboard
scad language definition for vscode
Hi (Erik) @efbenson, it looks like this project hasn't been updated in a while. Would you consider removing this from the VS Code marketplace / or at least updating your...
Open VSX is a an open, vendor-neutral repository of VSCode extensions. It is used by editors other than VSCode but that want to support its extension protocol, like Onivim2. Intructions:...
Is there an option to extract a module or function? I seem to be unable to use the `ctrl+shift+r` command to extract a piece of code into a new module...
put module in keyword.control so it highlights while indented
Quite a few keywords are not highlighted. Some of them are new (`let`, `each`, `undef`, `assert`, ...) but others have existed forever (`square`, `polygon`, `circle`, ...). I've rolled the fix...
Hi, Is it possible to add code formatting ? Thanks :)
Can you make a version for Visual Studio Community 2017?
Single-quoted strings were highlighted, but they result in an error in OpenSCAD.
Comments (either // or /*) in the same line as `module ...(...)` are not marked as such.
This plugin is awesome, only issue being that when you indent a module the code loses the syntax highlight.