Autodesk-AutoCAD / AutoLispExt

Visual Studio Code Extension for AutoCAD® AutoLISP
https://marketplace.visualstudio.com/items?itemName=Autodesk.autolispext
Apache License 2.0
83 stars 29 forks source link

Unable to Step into Selection Sets and Entity Objects through Visual Code #188

Open rubinoj21 opened 2 years ago

rubinoj21 commented 2 years ago

Describe the bug I have been trying to use Visual Code to debug Autolisp and one of the issues that I am noticing is that I can't seem to step into the selection set or entity objects like I could do with the VLIDE. Below are some screenshots showing both the Visual Code and VLIDE screen.

To Reproduce Steps to reproduce the behavior: To reproduce the behavior create a simple Autolisp function like the one I have in the screenshot or below. Next, draw some lines, circles, rectangles, on the screen and then use the function to select the objects.

(defun SelectionSetTest () (setq test (sseget)) )

Expected behavior Ideally, I would like to be able to double click or right click on the selection set and get the entities that are in that selection set. From there I would like to be able to double click or right click on the entity to see information about the entities. In the image showing the VLIDE you can see what I am talking about.

I double clicked on the selection set and it opened up the "PICKSET" window that showed the 4 entities (3 Circles and 1 Polyline) from there I was able to double click on the first circle in the list and get the "ACAD CIRCLE" window to pop up. From there I could double click on the layer and get the "AUTOCAD TABLE ENTRY" window to pop up.

Screenshots

Visual Code VLIDE Visual Code Right Click

Desktop (please complete the following information):

Additional context N/A

Sen-real commented 2 years ago

Hi @rubinoj21 , Thanks a lot for reporting this! And yes, I totally agree with you.

Sen-real commented 2 years ago

Marked as 'enhancement'.

rubinoj21 commented 8 months ago

Hello,

Have there been any updates on this possibly being added to Visual Code? We utilize the VLIDE often and are unable to transition to Visual Code without this.

Also, do you know if there any plans to remove the VLIDE in future releases of AutoCAD and force the use of Visual Code?

Thank you

linse23 commented 8 months ago

Hello @rubinoj21 ,

There's no plan to retire the VLIDE. We just don't add new features into it.

As to this issue/limitation, there will be a slight enhancement with the upcoming AutoCAD 2025. And meanwhile, we'll continue to make a thorough solution to the problem.