- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(Update: I am putting my happy commitment report in a follow-up reply and marking it as an Accepted Solution)
AutoCAD froze a couple times with the VLISP/VLIDE window open. So I thought I would use some down time to evaluate again the idea of moving from VLISP/VLIDE to Visual Studio Code (VS Code) with the AutoLISP Extension. The AutoCAD help showed me how to get up and running, set breakpoints, step through code, and format code. But I am left with some questions before I can get to work in this environment:
1. Is anybody using the AutoLISP Extension in VS Studio for seriously large projects? (Mine has 25000 lines in 241 files including 6000 lines in the file I am most interested in working on lately.) Do any experts recommend it instead of good old VLIDE/VLISP?
2. How can I do the equivalent of "Check window" or "Check selection" with statistics (list global variables) enabled to help me manage local variable declarations?
3. How can I do the equivalent of "View error trace" when my code crashes while debugging?
4. How can I control case of various symbol classes when formatting like I can in VLIDE/VLISP?
5. How can I Rebuild FAS files for my old Visual Lisp project?
Thanks in advance for your expert advice, especially regarding the first question or any silver linings or workarounds!
Tom
Solved! Go to Solution.