Comment on Some things beginners might not know about Sublime TextComments−mef14yOne of my favorite features is the flexibility of the Goto Anything dialog (CMD+T or CMD+P) e.g.:- Goto file: "con pos" -> app/controllers/posts_controller.rb- Goto line in file: "con pos:100" -> app/controllers/posts_controller.rb line 100- Goto function in file: "con pos@foo" function foo in app/controllers/posts_controller.rbAlso one that came up recently is CMD+ALT+Q to auto-wrap long comments to your ruler (e.g. 80 columns).−JonnieCache14yYou dont even need the spaces. "conpos:100" works fine.
Comments
One of my favorite features is the flexibility of the Goto Anything dialog (CMD+T or CMD+P) e.g.:
- Goto file: "con pos" -> app/controllers/posts_controller.rb
- Goto line in file: "con pos:100" -> app/controllers/posts_controller.rb line 100
- Goto function in file: "con pos@foo" function foo in app/controllers/posts_controller.rb
Also one that came up recently is CMD+ALT+Q to auto-wrap long comments to your ruler (e.g. 80 columns).
You dont even need the spaces.
works fine.