Consider the following: ```groovy [].stream().collect() ``` When requesting completion proposals for "collect|()", there are 5 offerings:  However, when requesting context proposals (parameter information) on "collect(|)", there are 15 offerings and the Stream methods are missing: 
Consider the following:
When requesting completion proposals for "collect|()", there are 5 offerings:

However, when requesting context proposals (parameter information) on "collect(|)", there are 15 offerings and the Stream methods are missing:
