Showing posts with label plugins. Show all posts
Showing posts with label plugins. Show all posts

Wednesday, September 27, 2017

Sublime Text Plugins 2015 01

Sublime Text Plugins 2015 01


Installed plugins

  • All Autocomplete
    Extends the default autocomplete to find matches in all open files.
  • AutoFileNames
    Autocomplete Filenames in Sublime Text
  • BracketHighlighter
    Bracket Highlighter matches a variety of brackets such as: [], (), {}, "", , <tag></tag>, and even custom brackets.
  • Color Highlighter
    ColorHighlighter is a plugin for the Sublime Text 2 and 3, which unobtrusively previews hexadecimal color values by underlaying the selected hex codes in different styles and icons. Also, plugin adds color picker, color format converter and less/sass variables navigation to easily modify colors.
  • Colorsublime
    Install/change themes quickly and easily, right from Sublime Text.
  • Emmet
    Emmet is a plugin for many popular text editors which greatly improves HTML & CSS workflow.
  • Package Control
    The Sublime Text package manager that makes it exceedingly simple to find, install and keep packages up-to-date.
  • Package Syncing
    Keep your Sublime Text installations synchronised across multiple machines
  • SideBar Enhancements
    Provides enhancements to the operations on Sidebar of Files and Folders for Sublime Text.
  • Super Calculator
    Super Calculator is a plugin for Sublime Text 2 and Sublime Text 3 which lets you do inline calculations with a few keypresses. This is useful for example to subtract paddings from your widths in your CSS code.
  • TrailingSpaces
    Highlight trailing spaces and delete them in a flash!

Plugins for SASS

  • SASS Build
  • SublimeOnSaveBuild

Themes:

  • Fox
  • Space Grey






download file now

Read more »

Thursday, September 7, 2017

Sublime plugins

Sublime plugins


Emmet
This is the next version of Zen Coding. It promises to greatly speed up html and css coding.

Autoprefixer
This plugin fixes your css by adding the necessary browser version of yout css3 properties. If something is not needed anymore, it removes it. You can test it seperately here: http://prefixr.com/. Another thing I learned about is http://caniuse.com, check it out NOW!

Nettuts+ Fetch
This plugin dowloads frequently used files (jquery) or even zip files (wordpress) to the opened file or project directory.

download file now

Read more »

Tuesday, August 15, 2017

Sublime Plugins 2

Sublime Plugins 2


AdvancedNewFile
This plugin allows creating files without using the menu using only one shortcut. If the containing directory doesnt exists, it will crate it too...

LiveReload
This plugins makes it possible to see changes immedietly without reloading with the browser window and editor side by side. It even works with remote files!


Incompatible plugins with Sublime Text 3:

These seem to be interesting, but I had trouble making them work...

LiveReload (not available yet)
SublimeLint (only php seems to work)

download file now

Read more »