Hello,
We have recently created a Github feedback location where you can share your feedback for the AutoLisp Visual Studio Code Extension.
https://github.com/Autodesk-AutoCAD/AutoLispExt/issues
Thanks in advance for posting your feedback there and we are looking forward to seeing all your great feedback.

Hello Bud
Thanks for the Info !
THE HEALTH (Stay Safe), Regards, Patrice (The Old French EE Froggy)
Patrice BRAUD
Thanks Pat and please stay safe as well.
Bud

@jtm2020hyoWhat do you mean by adding support to Notepad++ ?. This is an freeware editor that you can use without special support.
Miljenko Hatlak
I mean, create another extension but for Notepad++. this already was requested for other user in other post related to AutoLisp Extensions
There is a lisp Notepad++ extension already is that what your talking about works great.
; This routine runs the code in the active editor of NotePad++ from AutoCAD:
(defun C:n++ nil (C:RunFromNotePadPP)) ; Quick Run
(defun C:NoteP ( / scr *error* err np++ npeditor npSS npMS r )
; NOTE: Requires ActiveX plugin(by David Gausmann) installed on the NP++
; https://sourceforge.net/projects/nppactivexplugin/
Did you mean this
Miljenko Hatlak
Here we see light to open a great Lisp domain for Advance Steel extensions with Lisps.
We wish we could use the Interop dll from the lisps
Thank you very much @dbroad
I will use these functions from the Advance Steel
For the Current situation it is the Accepted Solutions
For every time for every files we will use these at the starting
(vlax-import-type-library :tlb-filename "C:\\Program Files\\Autodesk\\AutoCAD 2021\\ADVS\\AstorMain5.tlb" :methods-prefix "asm-" :properties-prefix "asg-" :constants-prefix "asc-")
T
660 Objects found for asm types that is advance steel methods
660 types of Advance Steel constants are found
760 asg types found
Ah, so that brings up the question - is it full autolisp support in LT?
I can write lisp functions in .net, then call them from regular lisp routine.
I guess that would require the Netload command in LT, which I doubt is there.
Anyway, will LT lisp work with com? (It must, right)
Also, any limitations on a mac? I heard the M processors are good with acad.
thx
internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties
Can't find what you're looking for? Ask the community or share your knowledge.