ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

FEG Snippets

by w3cmark ALL

FEG Snippets Plugin for Sublime Text 2/3

Labels snippets

Details

Installs

  • Total 50
  • Win 31
  • Mac 16
  • Linux 3
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

FEG Snippets - Sublime Plugin

A sublime plugin complete with FEG snippets

Feel free to let me know what else you want added via:

What's included - contents

Installation

There are 3 methods for installing this plugin.

  1. Search for “FEG Snippets” via the “Package Control: Install Packages” menu. Note: If you don't have Sublime Package Control installed, you can find out how to install it here https://sublime.wbond.net/installation

  2. Clone the repository into your Sublime Text 2/3 packages directory. git clone https://github.com/w3cmark/feg-sublime-snippets.git

  3. Download the .zip file and unzip it into your Sublime Text 2/3 packages directory. Note: You can find your Sublime Text 2/3 packages directory by going to Preferences > Browse Packages.

Usage

Start typing feg in html files and the autocomplete window opens. It matches fuzzily. So you can type feg-html5 to find the html5 snippet.

Be sure you have enabled “<” and “feg” in your Preferences.sublime-settings:

"auto_complete_triggers": [{"selector": "text.html", "characters": "<"},{"selector": "text.html", "characters": "feg"},{"selector": "source.less", "characters": "feg"},{"selector": "source.js", "characters": "feg"}]

Html

Component Snippet code
mobile template:html5 feg-html5-m
pc template:html5 feg-html5-pc
nie-download-plugin code feg-niedownload
include code feg-include
inline code feg-inline
point code feg-point
jquery(mixNIE).1.11 link (JS only) feg-jquery
zepto(mixNIE).last link (JS only) feg-zepto
alertbox-plugin link (CSS only) feg-alertbox
baidutemplate-plugin link (JS only) feg-baidutemplate
jquery.easing-plugin link (JS only) feg-easing
jquery.form-plugin link (JS only) feg-form
jquery.fullpage-plugin link (JS only) feg-fullpage
lightbox2-plugin link (JS only) feg-lightbox2
masonry-plugin link (JS only) feg-masonry
moment-plugin link (JS only) feg-moment
mustache-plugin link (JS only) feg-mustache
jquery.nicescroll.3.6.8-plugin link (JS only) feg-nicescroll.3.6.8
jquery.nicescroll-plugin link (JS only) feg-nicescroll
jquery.parallax-plugin link (JS only) feg-parallax
jquery.scrollorama-plugin link (JS only) feg-scrollorama
skrollr-plugin link (JS only) feg-skrollr
jquery.superslide-plugin link (JS only) feg-superslide
swiper-plugin link (JS only) feg-swiper
swiper.2.7.0-plugin link (JS only) feg-swiper.2.7.0
GreenSock-timelinemax-plugin link (JS only) feg-timelinemax
GreenSock-timelinelite-plugin link (JS only) feg-timelinelite
GreenSock-tweenlite-plugin link (JS only) feg-tweenlite
GreenSock-tweenmax-plugin link (JS only) feg-tweenmax
GreenSock-xss-plugin link (JS only) feg-xss
keywordInfos cms-html code fegcms-keywordInfos
kindTraceInfos cms-html code fegcms-kindTraceInfos
list cms-html code fegcms-list
news cms-html code fegcms-news
pages cms-html code fegcms-pages
reNewsInfos cms-html code fegcms-reNewsInfos
resourceInfos cms-html code fegcms-resourceInfos
list-old cms-html code fegcms-list-old
news-old cms-html code fegcms-news-old
pages-old cms-html code fegcms-pages-old

Less

Component Snippet code
mobile reset feg-reset-m
pc reset feg-reset-pc
mobile art-reset feg-art-reset-m
pc art-reset feg-art-reset-pc
animation feg-animation
background-rgba feg-background-rgba
box-shadow feg-box-shadow
gradient feg-gradient
gradient-opacity feg-gradient-opacity
inline-block feg-inline-block
keyframes feg-keyframes
opacity feg-opacity
text-overflow-ellipsis feg-text-overflow-ellipsis
transform feg-transform
transition feg-transition
animation libs feg-animation-lib

Javascript

Component Snippet code
audio plugin feg-audio
bjTime plugin feg-bjTime
comment plugin feg-comment
copytext plugin feg-copytext
define template feg-define
flash-cc plugin feg-flash-cc
flash plugin feg-flash
formcheck plugin feg-formcheck
fur3 plugin feg-fur3
galleryV2 plugin feg-galleryV2
imageshow plugin feg-imageshow
niedownload plugin feg-niedownload
pager plugin feg-pager
PopDialog plugin feg-popdialog
shareV5 plugin feg-share
mobishare2 plugin feg-mobishare2
videoV2 plugin feg-videoV2
login2 plugin feg-login2
interface module:DB feg-db
newslist cms-js fegcms-newslist
newsprenext cms-js fegcms-newsprenext

License

FEG Snippets - Sublime Plugin is open-sourced software licensed under the MIT license.