Jump to content

AutoLISP Programming with Visual Studio Code & Notepad++


Recommended Posts

Posted

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?

Posted

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

Posted

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.

Posted

Weirdly for learning I would recommend old fashioned notepad, it takes no prisoners and gives no help... but you learn quickly with it.

 

Posted
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.

  • Like 1
Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...