Skip to content

Instantly share code, notes, and snippets.

@jedlovescpe2
Forked from wolffc/sublimeText 3 Packages.md
Created August 18, 2016 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedlovescpe2/45cc1e13fa7960b413f15799dc21f2b1 to your computer and use it in GitHub Desktop.
Save jedlovescpe2/45cc1e13fa7960b413f15799dc21f2b1 to your computer and use it in GitHub Desktop.
Sublime Text 3 Packages I Use

SUBLIME 3 Packages i Use

fetch package control install: http://wbond.net/sublime_packages/package_control/installation#ST3

  • Package Control -- packet installer

Highlighting

  • ApacheConf.tmLanguage -- syntax highliting für apache conf language
  • BracketHighlighter -- highlighting of backets
  • Color Highlighter -- highlights HTML color codes in the color the code repesents
  • INI -- ini syntax highlighting
  • Markdown Extended -- sytax higlighting for markdown
  • Puppet -- puppet syntax higlighting
  • Sass -- sass highlighting
  • Restructured Text (RST) Snippets -- rsT highlighing and snippets
  • TypoScript -- typoscript syntax highlighting

New Commands

  • Missing Palette Commands -- show more commands in ctrl + shift + p
  • SideBarEnhancements -- more commands for the sidebar (rightclick)
  • AdvancedNewFile -- new files wit ctrl+alt+n relative to open project
  • DocBlockr -- easy writing of doc comments
  • Http Requester -- request an url directly from sublime great for debugging
  • Markdown Preview -- preview a rendered markdown file
  • TrailingSpaces -- shows trailing spaces and adds commands to remove them.
  • URLEncode -- easy url Encoding / Decoding of a string

Tools

  • TodoReview -- Finds TODO, FIXME Comments in Your Project and Lists them
  • All Autocomplete -- autocomplete from all files in the project instead of the current file
  • Emmet -- easy writing of html strucutrs like ul>li*4
  • LiveStyle -- live edting /syncting between chome dev tools and sublime text
  • SFTP -- fileuplode directly form Sublime text
  • PlainTasks -- Task Managment in sublime .task ..todo

code Linting

  • SublimeLinter -- The Base Liniting Programm
  • SublimeLinter-php -- php code Linting Using php-l (requires php binary installed)
  • SublimeLinter-phpmd -- php-mess detection using phpmd (http://phpmd.org/)
  • SublimeLinter-annotations
  • SublimeLinter-contrib-scss-lint -- scss linting requires ruby + gem scss-lint
  • SublimeLinter-csslint -- css linting using nodejs und csslint
  • SublimeLinter-jsl -- javascript linting using jsl (http://javascriptlint.com/download.htm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment