27

我知道 java 包的名称,我想在项目中找到它。如何快速完成Intellij IDEA?有键盘快捷键吗?

4

4 回答 4

21

Open Project View tool window, switch to the Packages view mode, click on the gear icon, enable Flattern Packages option, disable Show Modules option.

Start typing the package name to activate the speed search.


Another option is to use Navigate | Class, type your.package.*, select some class, press Alt+Home for the navigation bar popup, use arrows to select the package, press F4 (may not work if navigation bar is not floating, but enabled in the View menu instead).

于 2013-04-19T11:46:37.490 回答
2

还有一种更简单的方法,虽然具体来说,它不会只搜索包。

您可以做的是全局搜索:

Ctrl + Shift + F

于 2016-07-24T20:15:49.510 回答
1

确保专注于项目选项卡,然后敲击键盘,看看发生了什么,也许对你有帮助:)

于 2013-04-19T10:55:13.247 回答
1

另一种更简单的方法是使用“到处搜索”选项 1. 双击 Shift 按钮。2. 输入包名。

虽然结果不会在列表的顶部,但它很容易找到。

于 2018-06-07T12:30:07.207 回答