Author Topic: VS Code book, AutoCAD 2022 edition.  (Read 1732 times)

0 Members and 1 Guest are viewing this topic.

togores

  • Mosquito
  • Posts: 10
VS Code book, AutoCAD 2022 edition.
« on: March 27, 2021, 12:21:14 PM »
A new edition of my book AutoCAD 2021 VS Code Update: for AutoCAD Expert’s Visual LISP is now available at AMAZON. It is the Release 2022 Edition, which is updated to VS Code version 1.54 and the AutoCAD AutoLISP Extension version 1.4.0.

For the Paperback edition: https://www.amazon.com/dp/B0915BFNJZ and for the Kindle edition: https://www.amazon.com/dp/B0915CCQYS

I hope this will help with the transition to this new programming environment.

togores

  • Mosquito
  • Posts: 10
Re: VS Code book, AutoCAD 2022 edition.
« Reply #1 on: March 27, 2021, 04:52:57 PM »
You test your-programs.Lisp inside BrisCad?

No.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2121
  • class keyThumper<T>:ILazy<T>
Re: VS Code book, AutoCAD 2022 edition.
« Reply #2 on: March 27, 2021, 05:59:49 PM »
A new edition of my book AutoCAD 2021 VS Code Update: for AutoCAD Expert’s Visual LISP is now available at AMAZON.
<<  >>
I hope this will help with the transition to this new programming environment.

Thanks Reinaldo
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

Rustabout

  • Newt
  • Posts: 135
Re: VS Code book, AutoCAD 2022 edition.
« Reply #3 on: April 01, 2021, 10:56:50 PM »
I'm wondering if the newest version of the VS Code extension supports DCL?

togores

  • Mosquito
  • Posts: 10
Re: VS Code book, AutoCAD 2022 edition.
« Reply #4 on: April 03, 2021, 12:25:30 PM »
It supports editing DCL files with Intellisense and syntax coloring. It does not support automatic formatting or dcl preview that is available in VLISP.

BIGAL

  • Swamp Rat
  • Posts: 1396
  • 40 + years of using Autocad
Re: VS Code book, AutoCAD 2022 edition.
« Reply #5 on: April 03, 2021, 07:07:36 PM »
You can use (term_dialog) when testing dcl's this example uses a wait timer function then closes.


(wait w)(term_dialog)(if dcl-id (unload_dialog dcl-id))(if (and dcl-fn (findfile dcl-fn))(vl-file-delete dcl-fn))
A man who never made a mistake never made anything