Summary
Created a computed private non-shared property of a class, _chars. Code references it, hover produces the reference, but the property has vanished from the sidebar list. Right click on _chars in code, click Go to Definition -- nothing happens.
Objo Studio Version
26.5.6
Operating System
MacOS Sonoma 14.6.1
Steps To Reproduce
Not sure when / how it started, just noticed
I think I figured out how to reproduce.
Create a command line project.
Create a new shared class.
Insert a private computed property. In my case type was Array Of Integer(), not sure if it matters
Insert another property. In my case private SHARED computed, also Array Of Integer() doubt it matters because:
The 2nd property inserted replaces the one you just created in the sidebar
Expected Result
Every inserted property should, well, insert ANOTHER property.
Actual Result
Tried to define _chars again and somehow a whole method disappeared as well.
Screenshots, Logs, Or Sample Project

