c - Show project files in eclipse as a searchable list (Source insight like) -


is there way make project explorer in eclipse source insight enter image description here

as can see in right panel there listing of files can sorted name , searchable way better eclipse

you may better answers providing screenshot example of want achieve. i'll best.

as far know, project explorer (by default) sorts files name, folders preceding files. applies tree leaves (files within each directory). don't think possible use display files, despite directory, in alphabetical order.

a sort of ugly (in opinion) workaround use ctrl+shift+r keyboard shortcut , search '**'. list file names in open projects within current workspace. default sort name. can see of these files in file tree selecting result , clicking 'show in' drop-down menu @ bottom of dialogue box, , selecting 'navigator'. can open of these files selecting result , clicking 'open with' drop-down menu instead, , selecting appropriate application open with.

consider alternative options:

  • if you're looking way search files name, can use keyboard shortcut ctrl+shift+r , type in beginning of file name. hard search, can mimic fuzzy search using '?' represent character , '*' represent string (including empty string). scope of search include names of files in open projects in current workspace.

  • if you're looking organise files manual search, navigator view allows sorting toggled between 'by name' or 'by type', default project explorer , package explorer, sorting applies tree leaves (within each directory). can set via 'view menu' -> 'sort' -> 'by name' or 'by type'. ('view menu' button in top right corner displayed white, hollow, downward facing arrow head.)


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -