AutoLispExt icon indicating copy to clipboard operation
AutoLispExt copied to clipboard

Showing variable values inline in the editor when stepping through source code.

Open rtogores opened this issue 4 years ago • 1 comments

The latest VS Code release 1.56.0 supports showing variable values inline in the editor when stepping through source code. To enable this feature, the debug.inlineValues setting has a new (default) value auto. When set to auto, inline values are automatically enabled for those languages that have "improved inline value" support. This could be a nice enhancement to the Autolisp extension.

rtogores avatar May 06 '21 02:05 rtogores

Thanks for the suggestion! We will take this into consideration.

nigma456 avatar May 07 '21 00:05 nigma456