Also, these functions don't work for object properties if you use this. notation. E.g. this.myarray.count() won't work. It would be nice to fix this issue too.
It would be also cool to get class members (either properties or methods) coloured in a distinct way in GEDI.
Unfortunately, now if within a class you type this.my_property. it will show you the code completion table popup so a suggestion like this.my_property.count() could be written.
However, this will throw the same error as in the past when trying to run it:
It would be nice to be able to use the properties methods while prepending this (or alternatively have class properties distinctively coloured as in other IDEs.