Skip to content

thebunnyweb/snippet-generator

Repository files navigation

Sublime Text Snippet Generator

Generator allows you to create snippet for reusable contents.

  • Instant Code snippets
  • Best Practice solutions
  • Multiple Snipping allowed

Installation

Windows

	For sublime version 2 use Sublime Text 2
	cd %APPDATA%\Sublime Text 3\Packages
	git clone https://github.com/thebunnyweb/snippet-generator

OSX

	cd /Users/{user}/Library/Application Support/Sublime Text 3/Packages
	git clone https://github.com/thebunnyweb/snippet-generator

Linux

	cd ~/.config/sublime-text-2/Packages/
	git clone https://github.com/thebunnyweb/snippet-generator

Snippets Available

  • pugmixin
  • sassmixin
  • csscenterabs
  • accordianpug
  • csscenterrel
  • masterext
  • accordiansass
  • jready

Context Menu

  • Find the Context Menu for Ease Use
  • Fetch Code using context menu
  • Get available Snips using context menu
  • Submit the snippet as (In progress)

Development

Highlight the Snippet Word:

jready
ctrl + alt + shift + Q
$(document).ready(function (){ })

Get Snipps

ctrl + alt + shift + H
Get available snips in output window

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages