Message 1 of 6
VS Code and AutoLISP Project Files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I consider myself at an intermediate level of writing Lisps. In the last year I started using VS Code to write/debug my LISPs. I recently started reading about AutoLISP Project Files. I believe this is supposed to help organize all my lisps. I guess I'm not sure what is the best way to use this. Am I supposed to put all of my lisps into one project? Or is there supposed to be one project per every function I create? Or does it even matter? I just want to follow best practices so I don't regret it in the future.