I’m now using Atom which does things well but lacks somewhat in speed - especially after a longer period of usage. These are the things I need constantly and I don’t know if I can accomplish them using Sublime:
- Git itegration with an UI (shows modified/deleted/added lines, staged/unstaged files, allows commits, changing the branch, conflict resolution, .gitignore reflected in File tree). Atom does this really well, how is the situation with Sublime Git packages? And, this should NOT be a package but an integrated core feature of Sublime
- sass/scss package which has modern autocompletion and highlighting for CSS3 stuff - last time I checked the Sublime scss package doesn’t recognize but a fraction of keywords. CSS3 package, on the other hand, doesn’t know about scss.
- When i select a word and press Command-F or Shift-Command-F I really would like the word to be autofilled to the search field. Is this possible with Sublime? This would really save keypresses.