How to set default search window "Open in Find Window"

Hello, how can I set the default so when I do a "find" it shows in the Find Window at the bottom, not in that popup?

Thanks

15

Hi there,

It's only a preview -- it was like that even before .. but it was shown in separate tab so you may simply not seen it.

Right now -- after you have typed your search query -- just press Ctrl+Enter or click that button on the bottom right -- it will open search results in dedicated tool window just as before.

-2
Avatar
Permanently deleted user

 

Thanks :) 

0

No no no no no no, I hate this preview window.  I don't want the preview window, I literally always want the find window.  This has messed with my workflow for months.  How do I get the preview window to go away and die forever?

The preview window has terrible performance.

21

very very happy to see this thread - this window has been one of my two biggest intellij pain points - and now that it's gone with a simple "registry" change, my life is much better.   Thank you!!

1

Ermahgerd after digging through Andriy's link I eventually found this:

 

Help > Edit Custom Properties

Create the file if it doesn't exist, then add this line:

ide.find.as.popup=false

Solves all your problems, baby.



UPDATE 2019.2:
This no longer works in the latest updates.  Very disappointing, breaks my workflows and ultimately makes me want to quit my subscription.

The closest thing we have remaining is to switch the CTRL+Enter or CMD+Enter key combos with a simple Enter key press:

ide.find.enter.as.ok=true

 

UPDATE 2020.1:

This just plain doesn't work anymore.  The only work around is to hold CTRL or Command on your keyboard and press enter while searching.

13
Avatar
Permanently deleted user

Thank you Ian Cervantez - did the trick!

0
Avatar
Permanently deleted user

Remember to restart your IDE..

0

thanks for the solution Ian Cervantez

0
0
Avatar
Permanently deleted user

I'm a bit late, but thanks Ian Cervantez :)

0

Ian Cervantez, you are my hero! That stupid preview window was making me insane. Thank you!!

1

Any chance to make this a real option?

It feels like being hidden away means that it might be removed at some point and the popup search is a very poor substitute

2

Please check this comment for a workaround: https://youtrack.jetbrains.com/issue/IDEA-169996#focus=streamItem-27-2520331.0-0
We don't plan to change the default behavior.

0
Avatar
Permanently deleted user

In the latest version of php storm (2019.2) this does not work anymore.

ide.find.as.popup=false 

This does replicate the search on enter behavior, but he modal looks like the new version (not the old)

ide.find.enter.as.ok=true

This behavior is however annoying. The search function in phpstorm was what kept me using it anyway since it's kinda slow lately.

I'm officially not using php storm anymore. Thanks phpstorm team. I stopped using an editor I've been using for 6 years because of this.

3

I *really* hate the popup and I use the search constantly.  I can't seem to make it go away in 2019.2. 

  This no longer works: 

ide.find.as.popup=false 


2

I would be OK with any keyboard only way of "listing symbol search results with previews" which doesn't require clicking on that tiny icon.

Previews are useful, please don't make them hard to reach for symbol search.

 

 

0

I've reverted to 2019.1.

I very rarely search to find a single item so the results list closing (and resetting the list scrollbar when re-opened...) is just not a convenient way of working. And for the second or so that the popup is open before I hit enter (to get a real list) it doesn't seem worthwhile wasting CPU cycles formatting a list of results.

5

Is there any way of replicating the ide.find.as.popup=false behavior? I hate the popup window.

0

Another dissatisfied customer here after upgrading to WebStorm 2019.2.  I hate the Find popup, and you have seriously messed with my productivity by removing ide.find.as.popup=false. Additional demerits for silently removing features. My annual WebStorm subscription comes due on August 17.  I will be investigating alternatives to WebStorm between now and then.

1
Avatar
Permanently deleted user

Also dissatisfied, enough so that I am going to see what else is out there. Maybe something that doesn't cost as much and decides that I am not allowed to dock a window by default.

1

Have to say that popup is just not compatible with how I use find. 

I use find constantly as I'm often working with other people's code.  Generally I am looking for something which may be in any number of files, and I need to see the context of the lines around it.  Having the the find window is great, I just click on each result, it brings up the file, and I can close it and click on the next.

So definitely would prefer to be able to use that by default.

1

@Camerongreen

So .. just press Ctrl+Enter (or click on "Open in Find Window" button on the bottom right) to list ALL results (not just top 100) in a standard Find Results toolwindow (exactly the same window that you get when dialog style window was used).

  • Before (dialog style): type text and press Enter
  • Now (popup style): type text and press Ctrl+Enter

Both will end up in the same Find Results tool window.

P.S. If super needed, even Ctrl+Enter can be replaced by Enter: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000188824/comments/360000655459

0

Can we just have a normal search with find in window??? making this is super complicated when I just want to search for text. why can't it be have an advanced option if needed???

2

Looks like the "ide.find.enter.as.ok=true" workaround has been removed in 2019.3

roll on June 91th so I can cancel my subscription and keep my perpetual license for the last version (2019.1.3) where the search wasn't the crappy one. This sucks

1

Dan: "ide.find.enter.as.ok=true" is still working for me in 2019.3 (build #WS-193-5233.80 on maOS 10.14.6).  

But I still hate the fact that I can't skip this ridiculous, *HEAVY* Find UX, when *I DECIDE* that I need a hammer, not a sledgehammer.

Can someone from JetBrains please explain:

(1) Why was "ide.find.as.popup" removed in the first place? 

(2) Why can it not be restored, given the number of people who found it useful?

 

2

I can't believe *anyone* likes the new find window. I find it both useless and annoying. Please, please, please, revert this change!

1

This is broken again. The setting in idea.properties no longer works for me, at least in 2019.3.

I'm on a Mac. This is the content of $HOME/Library/Preferences/IntelliJIdea2019.3/idea.properties

# custom IntelliJ IDEA properties
ide.find.as.popup=false

Like everybody else, I hate the preview window. Can you please expose a way to disable it in the UI?

2

Robert Huffman if you see my earlier post you can kind of get it back with the following:

ide.find.enter.as.ok=true

It's not a complete replacement of the find popup, but as soon as you press enter it'll open the old search window.

UPDATE 2020.1:

This just plain doesn't work anymore.  The only work around is to hold CTRL or Command on your keyboard and press enter while searching.

0

请先登录再写评论。