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
At the moment the view is designed to always fall back to the initial width of 250 if the file is reopened.
I second that remembering the last width would be a nice addition the feature list. I will have to read the user settings API for VS to know in which extend those values could be saved. I think a limit like the last 500 or 1000 files would be useful to avoid slowly increasing user data - we developers tend to open a lot of files over time 😏
For globally width syncing I'm not sure if I personally would like it. But this shouldn't be that hard to implement I will have a look and may add a Tools->Options page to activate it as an optional feature.
It occurs to me that a simple solution (again, for me) would be to expose the default initial value of 250 so that it could be changed to something else.
Using 0.2.44.2
It seems that
SteroidsVS
remembers the width of theCode Structure list
per file (rather than globally).It also seems that
SteroidsVS
forgets the width used if the file is reopened.It is unclear if this is by design or not.
I would rather have a global setting that is remembered across files. Failing that, a setting per file that survives reopening.
Thanks again for this must-have extension.
The text was updated successfully, but these errors were encountered: