Running part of Code with Visual Studio Code

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
So we just upgraded from AutoCAD 2017 to AutoCAD 2021 this past week and for the first time I tried to go into the Visual LISP Editor and saw that it suggests using Visual Studio Code now instead of the legacy way of editing code so I decided to give it a shot and now I have a question that I haven't been able to find in Visual Studio Code. Is there a way to run a part of your code without running the whole program in AutoCAD? I'm trying to switch over but this is something that I do a lot when I'm working on code is to run a small piece to see if it gives me the desired outcome, or in the case of what I was trying to do today, run a piece of code from a previous program to see it works in a different scenario for making a program for what I'm trying to do.