Help for Ctrl+N popup

Where can I find the documentation for the allowed patterns in the Ctrl+N popup?

Tom

0
3 comments
Avatar
Permanently deleted user

AFAIK, The "Go To..." popups don't support any complex patterns. They all support camel case, so typing CCC will find a class named CapacitorControlCircuit, and a * can be used as wildcard anywhere, but that's it.

0
Avatar
Permanently deleted user

Hm, I've implemented a similar file filter and it is not that trivial than
it looks at the first glance. Hence I searched for the documentation but
failed to find one.

Tom

0
Avatar
Permanently deleted user
please see  product help (to do that, click ? icon on the main toolbar). Procedures /   Navigating Through the Source Code /  Navigating To Class, File Or Symbol by  Name

To find it, it's  enough to enter Ctrl+N in the search tab.

same information is available online at http://www.jetbrains.com/idea/webhelp/

The tip contains info about using CC and  wildcards.
0

Please sign in to leave a comment.