Community
Participate
Working Groups
<?php class class_name { function get_plugin(String $a,String $b) { } function getPluginString(String $a,String $b) { } function get_plugin1() { $this->get_plugin(|);//cursor position } } get two method get_plugin1 and get_plugin expected:only get_plugin
fixed in head and branch
change status
Regression: After hitting CA - the arguments are proposed. function get_plugin1() { $this->get_plugin(|);//cursor position } Expected: The global scope proposal list should be provided.
Created attachment 177914 [details] patch
reviewed
fixed
Tested on 2.2.1.v20101001 CA shows the global scope proposal list