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 48
  • Win 31
  • Mac 15
  • Linux 2
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 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 0 0 0 0 0 0 0 0 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
Linux 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 0 0 0 0 0 0 0 0 0 0 0 0 0 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.