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

Feature request: Only show inline values inside the current scope #8

Closed
fflaten opened this issue Jun 3, 2021 · 0 comments · Fixed by #14
Closed

Feature request: Only show inline values inside the current scope #8

fflaten opened this issue Jun 3, 2021 · 0 comments · Fixed by #14

Comments

@fflaten
Copy link
Contributor

fflaten commented Jun 3, 2021

There should be an option (or default behavior?) to only show inline values for the current scope. The view can get filled with unnecessary noise and cause confusion for similar parameters/variables in other places of the file.

The extra processing of parsing the whole file might also affect performance when working with files with hundreds or thousands of lines like in a combined .psm1 module-file.

Example of current behavior. Showing the variable outside t3 might be confusing as it would never be applicable there
inline-scopes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant