Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy/Fuzzy search in Symfony2 view/tool window #229

Closed
Blackskyliner opened this issue Jan 30, 2014 · 5 comments
Closed

Lazy/Fuzzy search in Symfony2 view/tool window #229

Blackskyliner opened this issue Jan 30, 2014 · 5 comments
Labels

Comments

@Blackskyliner
Copy link

The view for templates, services and routes is (as far as I'm concerned) the only search field in phpStorm that I use with no fuzzy search. Every time I screw up because it's so different of the other search fields...

Maybe this could be added?

@Haehnchen
Copy link
Owner

did you try "Search Everywhere"? iam thinking of remove this view to use core stuff

@Blackskyliner
Copy link
Author

I use it ocassionally but not as often as I should :) But it works, will remind this.

Won't need the extra window with this... But I seem not to be able to filter just for those specific "things" - Is there a way to prefix it? Like "route acmewondermagic" => "acme_som_sub_space_wonder_magic" and I only get routes then? Because if I do like "acmeprofiledisplay", I'd also get the Templates and Controllerfunctions and so on and so forth...

@Haehnchen Haehnchen added fixed and removed question labels Apr 3, 2014
@Haehnchen
Copy link
Owner

custom symbol search looks much better...


shortcuts reserved ;(

<keyboard-shortcut first-keystroke="shift alt S" keymap="$default"/>
<keyboard-shortcut first-keystroke="control meta S" keymap="Mac OS X" replace-all="true"/>

@Blackskyliner
Copy link
Author

By the way... How do I insert something from Search Everywhere or your Custom Symbol Search window? Many times I don't want to navigate there but add its name/path whatever in the current cursor context.

Maybe add something (for the custom search) like ALT + ENTER inserts the hilighted symbol at cursor.

@rvanlaak
Copy link

The : sign can be used to goto a line number within a file, so that maybe can be used to search for a route within a file. Maybe a filename isn't even necessary, and is the following enough

:route_name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants