Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find package by name in Eclipse?

What is the fastest way to navigate to Java package in Eclipse? I am looking for something similar to what Ctrl+Shift+T does for classes.

Edit: Ctrl+H works, but it is of limited use. For one, there is no easy way to navigate to search result, because it is not clickable.

enter image description here

I am still missing the Ctrl+Shift+T type of functionality.

like image 988
user443854 Avatar asked Jan 20 '12 16:01

user443854


People also ask

What is package name in Eclipse?

The packages for the open-source Eclipse project are all subpackages of org. eclipse. The first package name segment after org. eclipse is generally the project name, followed by the component name.

What is the package name in Java?

Package names are written in all lower case to avoid conflict with the names of classes or interfaces. Companies use their reversed Internet domain name to begin their package names—for example, com. example. mypackage for a package named mypackage created by a programmer at example.com .

How do I sort packages in Eclipse?

Package Explorer > View menu (the triangle) > Configure Working Sets... There you can configure the ordering or choose auto-sorting.


1 Answers

Ctrl-H

shows the java search dialog, there you could choose "search For" as package, then type name in inputbox.

like image 107
Kent Avatar answered Oct 06 '22 22:10

Kent