+12

Multi word / bag of words search facility

Stuart Roebuck il y a 12 ans mis à jour il y a 12 ans 0
When using Sublime Text for natural language text it can be useful to be able to search for occurrences of multiple words in proximity.  e.g. "apache & cache".

Hopefully this would work much as a Google search works, scoring matches by the number of search words found and distance between the words.

I use Sublime Text to produce some quite lengthy markdown documents and I often want to locate passages of text related to particular subjects which cannot be identified by a single specific word search.  The above mentioned functionality would be really powerful for this.