Skip to content

Instantly share code, notes, and snippets.

@niran
Created December 9, 2013 17:07
Show Gist options
  • Save niran/7876005 to your computer and use it in GitHub Desktop.
Save niran/7876005 to your computer and use it in GitHub Desktop.
Override Sublime Text's terrible default @Property autocomplete
<snippet>
<content><![CDATA[property]]></content>
<tabTrigger>property</tabTrigger>
<scope>source.python</scope>
<description>New Property Decorator</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment