Request: code completion for collections

Claus Pedersen

Member³
Is it possible to get code completion for collection methods (exists, count, first, last, delete, prior, next etc.)?

If I have e.g. a variable of type array, nothing happens when I type . (dot) after the variable name. Even if I type .fir I would expect that code completion should suggest 'first', but nothing happens.
 
Back
Top