Ctrl/Cmd + P is even better than fuzzy search in Sublime; it searches in all the files that are contained in opened folders.
Automatic indentation is also available without plugin, though you have to add a key binding:
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false} }
Completion works with Tab too on Sublime.
Ctrl/Cmd + P is even better than fuzzy search in Sublime; it searches in all the files that are contained in opened folders.
Automatic indentation is also available without plugin, though you have to add a key binding:
or look for it in Edit > Line > Reindent.Completion works with Tab too on Sublime.