Sublime Forum

Can I do this with Sublime? (Gi, proper SCSS and search)

#1

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.
0 Likes

#2

There’s an option in Sublime to do this, but it looks like it defaults to “off” on Macs. Set the "find_selected_text" option in your user settings.

1 Like

#3

Great, that helps a lot!

Anyone know anything about Git and SCSS support?

0 Likes