Eclipse自动完成:如何仅显示具有特定模式/通配符的方法?

时间:2011-10-14 19:17:33

标签: eclipse autocomplete wildcard

我经常只知道方法的一部分,我想打电话,但不是全名(特别是不是开头)。 所以我想知道,如果在自动完成处于活动状态时有可能输入模式/通配符。 提前谢谢!

// I'd like to call str.toUpperCase() but imagine I don't know that it starts with to
String str = "some string";
str.*upper // sth like that while auto completion is active

另见

  

Using Wildcards with Content Assist in Eclipse

0 个答案:

没有答案