discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Visual Studio Code OpenSCAD Extension Suggests XPRP9KMSFS0A3N32XZQY As X Property

NS
Nathan Sokalski
Fri, Jun 13, 2025 1:44 AM

I'm not sure if this question/comment should be posted here or somewhere else, but here it is. As every OpenSCAD user knows, mypoint.x can be used as shorthand for mypoint[0] when using [x,y] or [x,y,z] points. However, I noticed (and I believe it is only recently that this started happening) the OpenSCAD Extension for Visual Studio Code (which is what I normally use when writing my OpenSCAD code) started suggesting a property of XPRP9KMSFS0A3N32XZQY when I start typing mypoint.x. In other words, after I press the x key, it suggests XPRP9KMSFS0A3N32XZQY as the property. This is obviously not a property of mypoint, and I have no idea where this seeming random (although the suggested property is exactly the same every time, so random might not be an appropriate term) property comes from. This is obviously not a problem, since x is not a hard property to spell, but I was wondering if anybody else has had this happen. Anybody else, or just me?

Nathan Sokalski
njsokalski@hotmail.commailto:njsokalski@hotmail.com

I'm not sure if this question/comment should be posted here or somewhere else, but here it is. As every OpenSCAD user knows, mypoint.x can be used as shorthand for mypoint[0] when using [x,y] or [x,y,z] points. However, I noticed (and I believe it is only recently that this started happening) the OpenSCAD Extension for Visual Studio Code (which is what I normally use when writing my OpenSCAD code) started suggesting a property of XPRP9KMSFS0A3N32XZQY when I start typing mypoint.x. In other words, after I press the x key, it suggests XPRP9KMSFS0A3N32XZQY as the property. This is obviously not a property of mypoint, and I have no idea where this seeming random (although the suggested property is exactly the same every time, so random might not be an appropriate term) property comes from. This is obviously not a problem, since x is not a hard property to spell, but I was wondering if anybody else has had this happen. Anybody else, or just me? Nathan Sokalski njsokalski@hotmail.com<mailto:njsokalski@hotmail.com>
LM
Leonard Martin Struttmann
Fri, Jun 13, 2025 8:21 PM

Using the Leathing Extension, which auto-updated on 2025-06-12, when I
specify variable.x I get a list of all symbols that contain "x".

On Thu, Jun 12, 2025 at 8:45 PM Nathan Sokalski via Discuss <
discuss@lists.openscad.org> wrote:

I'm not sure if this question/comment should be posted here or somewhere
else, but here it is. As every OpenSCAD user knows, mypoint.x can be used
as shorthand for mypoint[0] when using [x,y] or [x,y,z] points. However, I
noticed (and I believe it is only recently that this started happening) the
OpenSCAD Extension for Visual Studio Code (which is what I normally use
when writing my OpenSCAD code) started suggesting a property of
XPRP9KMSFS0A3N32XZQY when I start typing mypoint.x. In other words, after I
press the x key, it suggests XPRP9KMSFS0A3N32XZQY as the property. This is
obviously not a property of mypoint, and I have no idea where this seeming
random (although the suggested property is exactly the same every time, so
random might not be an appropriate term) property comes from. This is
obviously not a problem, since x is not a hard property to spell, but I was
wondering if anybody else has had this happen. Anybody else, or just me?

Nathan Sokalski
njsokalski@hotmail.com


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Using the Leathing Extension, which auto-updated on 2025-06-12, when I specify variable.x I get a list of all symbols that contain "x". On Thu, Jun 12, 2025 at 8:45 PM Nathan Sokalski via Discuss < discuss@lists.openscad.org> wrote: > I'm not sure if this question/comment should be posted here or somewhere > else, but here it is. As every OpenSCAD user knows, mypoint.x can be used > as shorthand for mypoint[0] when using [x,y] or [x,y,z] points. However, I > noticed (and I believe it is only recently that this started happening) the > OpenSCAD Extension for Visual Studio Code (which is what I normally use > when writing my OpenSCAD code) started suggesting a property of > XPRP9KMSFS0A3N32XZQY when I start typing mypoint.x. In other words, after I > press the x key, it suggests XPRP9KMSFS0A3N32XZQY as the property. This is > obviously not a property of mypoint, and I have no idea where this seeming > random (although the suggested property is exactly the same every time, so > random might not be an appropriate term) property comes from. This is > obviously not a problem, since x is not a hard property to spell, but I was > wondering if anybody else has had this happen. Anybody else, or just me? > > Nathan Sokalski > njsokalski@hotmail.com > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
NS
Nathan Sokalski
Sat, Jun 14, 2025 4:10 PM

What is the Leathing Extension? Here is a screenshot of one of my scenarios where this is happening:

[cid:61c22c82-e25d-4a5c-af65-8a976101f0bd]
I will also point out that in the screenshot above boxsize (which is the variable of which x is a member) is a parameter of the module in which this code is placed (although it happens in other places as well).

Nathan Sokalski
njsokalski@hotmail.commailto:njsokalski@hotmail.com


From: Leonard Martin Struttmann via Discuss discuss@lists.openscad.org
Sent: Friday, June 13, 2025 4:21 PM
To: OpenSCAD general discussion Mailing-list discuss@lists.openscad.org
Cc: Leonard Martin Struttmann lenstruttmann@gmail.com
Subject: [OpenSCAD] Re: Visual Studio Code OpenSCAD Extension Suggests XPRP9KMSFS0A3N32XZQY As X Property

Using the Leathing Extension, which auto-updated on 2025-06-12, when I specify variable.x I get a list of all symbols that contain "x".

On Thu, Jun 12, 2025 at 8:45 PM Nathan Sokalski via Discuss <discuss@lists.openscad.orgmailto:discuss@lists.openscad.org> wrote:
I'm not sure if this question/comment should be posted here or somewhere else, but here it is. As every OpenSCAD user knows, mypoint.x can be used as shorthand for mypoint[0] when using [x,y] or [x,y,z] points. However, I noticed (and I believe it is only recently that this started happening) the OpenSCAD Extension for Visual Studio Code (which is what I normally use when writing my OpenSCAD code) started suggesting a property of XPRP9KMSFS0A3N32XZQY when I start typing mypoint.x. In other words, after I press the x key, it suggests XPRP9KMSFS0A3N32XZQY as the property. This is obviously not a property of mypoint, and I have no idea where this seeming random (although the suggested property is exactly the same every time, so random might not be an appropriate term) property comes from. This is obviously not a problem, since x is not a hard property to spell, but I was wondering if anybody else has had this happen. Anybody else, or just me?

Nathan Sokalski
njsokalski@hotmail.commailto:njsokalski@hotmail.com


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.orgmailto:discuss-leave@lists.openscad.org

What is the Leathing Extension? Here is a screenshot of one of my scenarios where this is happening: [cid:61c22c82-e25d-4a5c-af65-8a976101f0bd] I will also point out that in the screenshot above boxsize (which is the variable of which x is a member) is a parameter of the module in which this code is placed (although it happens in other places as well). Nathan Sokalski njsokalski@hotmail.com<mailto:njsokalski@hotmail.com> ________________________________ From: Leonard Martin Struttmann via Discuss <discuss@lists.openscad.org> Sent: Friday, June 13, 2025 4:21 PM To: OpenSCAD general discussion Mailing-list <discuss@lists.openscad.org> Cc: Leonard Martin Struttmann <lenstruttmann@gmail.com> Subject: [OpenSCAD] Re: Visual Studio Code OpenSCAD Extension Suggests XPRP9KMSFS0A3N32XZQY As X Property Using the Leathing Extension, which auto-updated on 2025-06-12, when I specify variable.x I get a list of all symbols that contain "x". On Thu, Jun 12, 2025 at 8:45 PM Nathan Sokalski via Discuss <discuss@lists.openscad.org<mailto:discuss@lists.openscad.org>> wrote: I'm not sure if this question/comment should be posted here or somewhere else, but here it is. As every OpenSCAD user knows, mypoint.x can be used as shorthand for mypoint[0] when using [x,y] or [x,y,z] points. However, I noticed (and I believe it is only recently that this started happening) the OpenSCAD Extension for Visual Studio Code (which is what I normally use when writing my OpenSCAD code) started suggesting a property of XPRP9KMSFS0A3N32XZQY when I start typing mypoint.x. In other words, after I press the x key, it suggests XPRP9KMSFS0A3N32XZQY as the property. This is obviously not a property of mypoint, and I have no idea where this seeming random (although the suggested property is exactly the same every time, so random might not be an appropriate term) property comes from. This is obviously not a problem, since x is not a hard property to spell, but I was wondering if anybody else has had this happen. Anybody else, or just me? Nathan Sokalski njsokalski@hotmail.com<mailto:njsokalski@hotmail.com> _______________________________________________ OpenSCAD mailing list To unsubscribe send an email to discuss-leave@lists.openscad.org<mailto:discuss-leave@lists.openscad.org>
LM
Leonard Martin Struttmann
Sat, Jun 14, 2025 4:16 PM

Sorry, I  misspelled that. The Leathong extension is tailored for OpenSCAD
code.

On Sat, Jun 14, 2025, 11:10 Nathan Sokalski via Discuss <
discuss@lists.openscad.org> wrote:

What is the Leathing Extension? Here is a screenshot of one of my
scenarios where this is happening:

I will also point out that in the screenshot above boxsize (which is the
variable of which x is a member) is a parameter of the module in which this
code is placed (although it happens in other places as well).

Nathan Sokalski
njsokalski@hotmail.com

From: Leonard Martin Struttmann via Discuss discuss@lists.openscad.org
Sent: Friday, June 13, 2025 4:21 PM
To: OpenSCAD general discussion Mailing-list <discuss@lists.openscad.org

Cc: Leonard Martin Struttmann lenstruttmann@gmail.com
Subject: [OpenSCAD] Re: Visual Studio Code OpenSCAD Extension Suggests
XPRP9KMSFS0A3N32XZQY As X Property

Using the Leathing Extension, which auto-updated on 2025-06-12, when I
specify variable.x I get a list of all symbols that contain "x".

On Thu, Jun 12, 2025 at 8:45 PM Nathan Sokalski via Discuss <
discuss@lists.openscad.org> wrote:

I'm not sure if this question/comment should be posted here or somewhere
else, but here it is. As every OpenSCAD user knows, mypoint.x can be used
as shorthand for mypoint[0] when using [x,y] or [x,y,z] points. However, I
noticed (and I believe it is only recently that this started happening) the
OpenSCAD Extension for Visual Studio Code (which is what I normally use
when writing my OpenSCAD code) started suggesting a property of
XPRP9KMSFS0A3N32XZQY when I start typing mypoint.x. In other words, after I
press the x key, it suggests XPRP9KMSFS0A3N32XZQY as the property. This is
obviously not a property of mypoint, and I have no idea where this seeming
random (although the suggested property is exactly the same every time, so
random might not be an appropriate term) property comes from. This is
obviously not a problem, since x is not a hard property to spell, but I was
wondering if anybody else has had this happen. Anybody else, or just me?

Nathan Sokalski
njsokalski@hotmail.com


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Sorry, I misspelled that. The Leathong extension is tailored for OpenSCAD code. On Sat, Jun 14, 2025, 11:10 Nathan Sokalski via Discuss < discuss@lists.openscad.org> wrote: > What is the Leathing Extension? Here is a screenshot of one of my > scenarios where this is happening: > > I will also point out that in the screenshot above boxsize (which is the > variable of which x is a member) is a parameter of the module in which this > code is placed (although it happens in other places as well). > > Nathan Sokalski > njsokalski@hotmail.com > ------------------------------ > *From:* Leonard Martin Struttmann via Discuss <discuss@lists.openscad.org> > *Sent:* Friday, June 13, 2025 4:21 PM > *To:* OpenSCAD general discussion Mailing-list <discuss@lists.openscad.org > > > *Cc:* Leonard Martin Struttmann <lenstruttmann@gmail.com> > *Subject:* [OpenSCAD] Re: Visual Studio Code OpenSCAD Extension Suggests > XPRP9KMSFS0A3N32XZQY As X Property > > Using the Leathing Extension, which auto-updated on 2025-06-12, when I > specify variable.x I get a list of all symbols that contain "x". > > > > On Thu, Jun 12, 2025 at 8:45 PM Nathan Sokalski via Discuss < > discuss@lists.openscad.org> wrote: > > I'm not sure if this question/comment should be posted here or somewhere > else, but here it is. As every OpenSCAD user knows, mypoint.x can be used > as shorthand for mypoint[0] when using [x,y] or [x,y,z] points. However, I > noticed (and I believe it is only recently that this started happening) the > OpenSCAD Extension for Visual Studio Code (which is what I normally use > when writing my OpenSCAD code) started suggesting a property of > XPRP9KMSFS0A3N32XZQY when I start typing mypoint.x. In other words, after I > press the x key, it suggests XPRP9KMSFS0A3N32XZQY as the property. This is > obviously not a property of mypoint, and I have no idea where this seeming > random (although the suggested property is exactly the same every time, so > random might not be an appropriate term) property comes from. This is > obviously not a problem, since x is not a hard property to spell, but I was > wondering if anybody else has had this happen. Anybody else, or just me? > > Nathan Sokalski > njsokalski@hotmail.com > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
JJ
Johan Jonker
Tue, Jun 17, 2025 3:28 PM

Dear forum,

I have two Openscad versions running (in Windows 11).
2021.01 and 2025.03.19
When I store an STL the first version adds the expected stl-extension.
The second does not, it is empty.
In The explorer window it promises to do it but it doens't.
So I have to add it manually.
Can I turn it on in someway?

kind regards
Johan

Dear forum, I have two Openscad versions running (in Windows 11). 2021.01 and 2025.03.19 When I store an STL the first version adds the expected stl-extension. The second does not, it is empty. In The explorer window it promises to do it but it doens't. So I have to add it manually. Can I turn it on in someway? kind regards Johan
DP
Dan Perry
Tue, Jun 17, 2025 4:43 PM

https://github.com/openscad/openscad/issues/5620

On Tue, Jun 17, 2025 at 4:28 PM Johan Jonker via Discuss <
discuss@lists.openscad.org> wrote:

Dear forum,

I have two Openscad versions running (in Windows 11).
2021.01 and 2025.03.19
When I store an STL the first version adds the expected stl-extension.
The second does not, it is empty.
In The explorer window it promises to do it but it doens't.
So I have to add it manually.
Can I turn it on in someway?

kind regards
Johan


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

https://github.com/openscad/openscad/issues/5620 On Tue, Jun 17, 2025 at 4:28 PM Johan Jonker via Discuss < discuss@lists.openscad.org> wrote: > Dear forum, > > I have two Openscad versions running (in Windows 11). > 2021.01 and 2025.03.19 > When I store an STL the first version adds the expected stl-extension. > The second does not, it is empty. > In The explorer window it promises to do it but it doens't. > So I have to add it manually. > Can I turn it on in someway? > > kind regards > Johan > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >