Prevent resetting of object inspector in Visual Studio Code when selecting components

In Web Core for Visual Studio Code, every time I click on another component, object inspector resets to the uppermost property, going all the way up. If I was on Z it resets to A.
If I need to change a property like "name", say, for 20 components, every time I select another component I have to scroll down to find the property. The farthest the letter in the alphabet, the longer it takes. (Visible, width, Etc.).
In delphi, if you are renaming a component and click on a similar component, the object inspector "stays", meaning it is pointing to "name" in the second component. This makes easier renaming or changing similar properties for multiple components.

Noted, thanks!

1 Like