Feedback
App autocomplete doesn't work for user properties
- Status
- Fixed
- Fixed in
- v26.6.3
- Last updated
- 2026-06-11
Public summary
App autocomplete does not offer user-defined instance properties on the application singleton. In a desktop project with Class App Inherits DesktopApplication and Public Property Count As Integer, typing App. in another class, such as Window1.Opened, should include Count in autocomplete but it is omitted.