Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rtogores opened this issue May 6, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@rtogores
Copy link

rtogores commented May 6, 2021

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.

@nigma456
Copy link
Contributor

nigma456 commented May 7, 2021

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

@hualin-wu-2000 hualin-wu-2000 added the enhancement New feature or request label May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants