Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我写new int().的时候,会弹出一个完成列表,以及描述某个成员的快速信息,在这种情况下CompareTo()。不幸的是,该快速信息会在一段时间后消失。有没有办法让它只有在完成列表消失时才消失?谢谢你。
new int().
CompareTo()
该快速信息基本上是一个工具提示,并且工具提示有一个固定的时间,直到它们可以显示。不幸的是,它无法更改。