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.
有没有办法在 IntelliJ IDEA 中快速找到特定类的构造函数?
您可以使用ctrl+ F12。这将在弹出窗口中显示当前类的所有成员,然后您可以轻松选择构造函数。
Mac 上的 Command + F12
我通常使用“参数信息”键映射来显示构造函数的所有选项。
如果您输入初始骨架 (new ConstructorClass()) 并将光标放在括号中,参数信息命令将显示所有重载构造函数的所有可能参数。这也适用于重载方法。
注意我的 IntelliJ 设置将 Ctrl+p 作为“参数信息”的键盘映射。您必须检查映射的设置。