【发布时间】:2015-02-03 18:27:48
【问题描述】:
我已经配置好 vim + eclim 了。现在我可以使用 Ctrl+X 和 Ctrl+U 完成功能了。但没有论据提示。例如,
FileInputStream fins = new FileInputStream(/* what arguments can be used here? eclipse will show those but eclim not */);
如何在 vim + eclim 中显示参数提示?
【问题讨论】:
-
你试过
new FileInputStreamnew FileInputStream(