Autodesk-AutoCAD / AutoLispExt

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

Intellisense :vlax bug #247

Closed EnM4st3r closed 2 months ago

EnM4st3r commented 3 months ago

Describe the bug Somehow the suggestions for :vlax... are doubled. As you can see in the screenshot nearly every suggestion is doubled.

To Reproduce Steps to reproduce the behavior:

  1. Write an opening paranthesis
  2. write ":vlax.."

Expected behavior Only one suggestion

Screenshots image

Desktop (please complete the following information):

Additional context Also when using these :vlax.. intellisense suggestions, it does not replace the already written colon but writes another one so when i use the autocompletion here it looks like this: ( ::vlax-true) This kinda destroys the flow