Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Preventing Sublime to Search Automatically

Tags:

I am working on a XML document that contains huge amounts of data. Whenever I want to make a search regarding to a specific keyword (let's assume a 4-letter-word) by typing just the first letter, the sublimetext 2 automatically stars searching thus freezes for a fair amount of time which is quite disturbing.

Is there any way for me to prevent sublimetext doing so? For example, it may wait for me till I press the "enter", or it may start searching after 3 letters are typed.

like image 647
Phyticist Avatar asked Feb 22 '16 14:02

Phyticist


People also ask

How do I enable auto suggestions in Sublime Text?

In the Sublime menu go to Preferences > Package Settings > All Autocomplete > Settings – User.

How do I search all sublime text?

Use the Search all shortcut: Ctrl + Shift + F , then select the folder in the "Where:" box below. (And for Mac, it's ⌘ + Shift + F ).


1 Answers

The Sublime Text find panel has a little toggle button called "Highlight matches". When this is enabled, Sublime searches instantly as you type. When it is disabled, Sublime won't search until you press Enter or click one of the Find buttons.

Here is a screenshot of ST3 showing the button:

  • Build 3105, Default theme: sublime text find panel - highlight matches toggle button ST3105
  • Build 3156, Adaptive theme with orange accent: sublime text find panel - highlight matches toggle button ST3156
like image 152
Keith Hall Avatar answered Oct 10 '22 05:10

Keith Hall