|
|
|
|
|
by cocoflunchy
4988 days ago
|
|
A few missing things from Sublime users: 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} }
or look for it in Edit > Line > Reindent.Completion works with Tab too on Sublime. |
|