Iftikhar Arain Posted Wednesday at 07:10 PM Posted Wednesday at 07:10 PM I am currently learning AutoLISP programming. I am using Notepad but would like to switch to Visual Studio Code or Notepad++. I tried to find tutorial videos on YouTube but couldn’t find any. I have installed Visual Studio Code with the AutoLISP extension and Notepad++, but I am still struggling to run any programs. Can anyone please explain how to use these code editors for AutoLISP programming or provide links to tutorial videos on YouTube? Quote
GLAVCVS Posted Wednesday at 08:09 PM Posted Wednesday at 08:09 PM Hello If you want to program in lisp it is better to do it from the Visual Lisp IDE. To open it, simply write on the command line: vlide And press ENTER Quote
BIGAL Posted yesterday at 02:45 AM Posted yesterday at 02:45 AM I use Notepad++ and it has a plugin for ActiveX which allows you to run the lisp code in Autocad, whilst testing etc. You can set language to lisp so it does color changing of the code as well as bracket checking. I use Bricscad now so the Active X stopped working so I often use Cut and paste to command line. But I have been programming for like 40 years so understand how to do that. Quote
EnM4st3r Posted yesterday at 08:43 AM Posted yesterday at 08:43 AM for VSCode setting up the extension for debugging is very easy with the newer versions. take a look here, you just need to specify the version and the path. https://help.autodesk.com/view/ACD/2024/DEU/?guid=GUID-A7CC8D30-D74E-418A-9F03-51878E512163 Quote
Steven P Posted yesterday at 10:20 AM Posted yesterday at 10:20 AM Weirdly for learning I would recommend old fashioned notepad, it takes no prisoners and gives no help... but you learn quickly with it. Quote
pkenewell Posted 18 hours ago Posted 18 hours ago 9 hours ago, Steven P said: Weirdly for learning I would recommend old fashioned notepad, it takes no prisoners and gives no help... but you learn quickly with it. Respectfully Disagree. I understand where you're going with this, but imagine trying to code in .Net, C++, etc. without a good IDE. Better to use the tools out there that are free and easy! Personally I am kinda rogue - I use PSPad with the syntax file that I have been maintaining for the developer. PSPad is not perfect, but I know it very well and can work quickly in it. Notepad++ is also an excellent editor. There are several other that also work well, depending on the preference of the user. For newbies, I would say use VS Code - It is a good editor and will always be up to date with all the internal functions. 1 Quote
Steven P Posted 15 hours ago Posted 15 hours ago Not a problem, just for learning the basic foundations it is what I would suggest. Programming in anger or even being paid for it, quick and efficient is the way to go, use all the tools available, but built on some solid understanding of the basic commands Quote
SLW210 Posted 2 hours ago Posted 2 hours ago For VS Code... AutoCAD 2023 Developer and ObjectARX Help | Getting Started with Visual Studio Code (AutoLISP/VS Code) | Autodesk AutoCAD 2023 Developer and ObjectARX Help | Getting Started Videos (AutoLISP/VS Code) | Autodesk AutoCAD 2024 Developer and ObjectARX Help | To Download and Install VS Code (AutoLISP/VS Code) | Autodesk AutoCAD 2025 Developer and ObjectARX Help | Tutorial: Getting Started with the AutoLISP Extension (AutoLISP/VS Code) | Autodesk AutoLISP Has a New Home: Get to Know Visual Studio Code | Autodesk University 1 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.