Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently no completion is considered for x?.| and x*.|
I suggest that for x*., completion will assume that the element found by x.find() will represent all elements in the 'collection' type. Alternatives would be to try and complete using the intersection of candidates members within the 'collection', but that may be much more complicated code to be worth the effort, IMO.