How is it different than Ctrl + f (which is much more powerful than the built-in incremental feature)?
Incremental search is a much more powerful tool than Ctrl+F for the keyboard savy.
a. The code editor doesnt lose focus
b. The cursor jumps to the search term and you can begin typing
c. You do not need to move your hand at all, just multiple keypress to keep going through the code
d. As you plow through the code, you can see the full context the search term is used in, as opposed to the one line visible in QuickSearch
a1. To add to point a above, your coding will be more immersive.
On the other hand, I find Ctrl+F a bit confusing, maybe i dont know how to use it.
I press Ctrl+F, enter the search term...then I need to press Up/Down arrow to select the line I want, and then press enter.
Once I press enter, lets say I didnt want this search instance, and want the next one, I press Ctrl+F again, then Down and enter.