Auto-completion generates brackets inappropriately

Issue #796 new
Phil W created an issue

When I have overloaded methods, where one takes a DescribeFieldResult and another that takes an array of DescribeFieldResults, for example, when I type "new D" and use auto-complete, IC should see there is ambiguity and should leave the completion as "new DescribeFieldResult", i.e. without any brackets (it should probably also know that I cannot create a new DescribeFieldResult object directly anyway using "()" so shouldn't ever suggest that).

Comments (2)

  1. Log in to comment