ncsaba / idea-openscad

OpenSCAD language plugin for the IntelliJ platform.
Apache License 2.0
28 stars 10 forks source link

OpenSCAD allows variable names to start with a number but the plugin marks it as an error #80

Closed mjparme closed 2 years ago

mjparme commented 3 years ago

This is legal code:

1uSize = 19.05;
Screen Shot 2021-08-14 at 11 38 40 AM
mjparme commented 3 years ago

Actually it only seems to marking this particular one as an error. If I have a variable name start with a number anywhere else it seems fine.

Screen Shot 2021-08-14 at 11 43 08 AM
mjparme commented 3 years ago

Here is a popup showing what it is complaining about:

Screen Shot 2021-08-14 at 11 41 18 AM
ldenisey commented 2 years ago

Fixed, will be released in version 2.2.0 coming soon.