«   Previous tip Next tip   »

Sublime Text: Fuzzy search with the GOTO feature of Sublime Text

Last updated: 26th July 2020
Fuzzy search with the GOTO feature of Sublime Text

Within Sublime Text, use CMD + P (Ctrl + P on Windows) and start navigating! In a JavaScript file, you can use @fn to find functions named as such, however if you prepend your query with #, you utilise fuzzy search.

In the example, to find a variable track_to_play, I just search for #ttp.

Extra

If you're using Chrome DevTools, you can use the Cmd + Shift + P shortcut to access the Command Menu. The command menu allows you to search for almost everything with the DevTools.

«   Previous tip Next tip   »

Sign up to receive a developer tip, in the form of a gif, in your inbox each week