Feedback
Code hints now identify shared members
- Status
- Fixed
- Fixed in
- v26.7.5
- Source discussion
- https://forum.objo.dev/d/659-filessystemitemseparator-tooltip-in-ide-differs-from-docs
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Studio code-completion details and hover tooltips omit the Shared modifier from shared properties and methods. This can make members such as FileSystemItem.Separator appear to be instance members even though they are accessed through their type. Code hints should display the complete declaration, including Shared and Readonly where applicable.