Autodesk-AutoCAD / AutoLispExt

Visual Studio Code Extension for AutoCAD® AutoLISP
https://marketplace.visualstudio.com/items?itemName=Autodesk.autolispext
Apache License 2.0
83 stars 29 forks source link

Want to create a new file from the AutoLISP Project Manager #3

Open Sen-real opened 4 years ago

Sen-real commented 4 years ago

Is your feature request related to a problem? Please describe. We can't create a new file which is automatically added into current project on the project panel

Describe the solution you'd like It would be nice if there was an option to create a new file from the AutoLISP Project Manager and have it added to the project automatically. Projects in VL IDE were kind of a secondary thing.

Describe alternatives you've considered No.

Additional context From: Lee Ambrosius

rtogores commented 4 years ago

The AutoLISP Project Manager is not available if LISPSYS > 0. Nearest thing in VS CODE are Workspaces.

Sen-real commented 4 years ago

@rtogores : it's part of version 1.3.0; please update the extension, and restart VS Code. image

rtogores commented 4 years ago

Hadn't updated... But I find it rather useless. What it does is already being done by VS Code's Workspace feature. And you can also include in your Workspace non LSP files like DCL or text resources. The FIND & REPLACE section does nothing different from the Edit > Find in Files menu option that already exists.

rtogores commented 4 years ago

My choice would be to use a Workspace instead. The Workspace toolbar includes both a New File and a New Folder icon.

szilvaa-adsk commented 4 years ago

For more context for Workspace vs. project see #9.