You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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](https://user-images.githubusercontent.com/3436158/120697865-8b93b980-c4ae-11eb-83b7-d55facb5e0a6.gif)
The text was updated successfully, but these errors were encountered: