AutoLispExt
AutoLispExt copied to clipboard
Showing variable values inline in the editor when stepping through source code.
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.
Thanks for the suggestion! We will take this into consideration.