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
When I have an existing value object with properties and getter methods and I want to add a new property + getter method, both property and method are added below existing code.
Would be nice if the new property gets added to list of properties and only the new method is added below other methods.