Multidimensional array autocomplete is broken

Feedback Case Number: 64026

Autocomplete is broken for variables that are multidimensional arrays. The suggestion window only offers these options for multidimensional arrays:

  • ResizeTo
  • Shuffle

However, the following methods are also available for multidimensional arrays (documented in the docs and they work if you type them - they are just not suggested in the autocomplete suggestion window):

  • LastIndex
  • Count
  • RemoveAll

Image:

Screenshot 2021-03-13 at 17.02.58