Patrick Maciel
Patrick Maciel

Reputation: 4944

Easy way to create Zen-Coding Snippets in Sublime Text 2

Like in Eclipse or Aptana, you have a interface for create snippets and shortcuts for them. But, in Sublime Text 2, just have a .py file.

Anyone know how I can do that?

Sorry for my english, I'm Brazilian.

Upvotes: 0

Views: 972

Answers (1)

istivan
istivan

Reputation: 26

Maybe this can help: http://net.tutsplus.com/tutorials/tools-and-tips/sexy-code-snippet-management-with-gists/

It's about setting up Gists on GitHub and using it as a snippet library through Sublime Text.

There are lots of other tips on Sublime Text on net.tutsplus.com too.

Upvotes: 1

Related Questions