Feedback
String members now autocomplete after array indexing
- Status
- Fixed
- Fixed in
- v26.8.1
- Last updated
- 2026-08-04
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
After typing tb[0]. where tb is a String() array, the editor offers no autocomplete suggestions. String instance methods and properties (such as Length and Uppercase) should be offered when completing on an indexed array element.