标签: 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