Skip to content

Instantly share code, notes, and snippets.

@benmatselby
Last active October 14, 2023 20:11
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 benmatselby/796e3e0d077101b168a9 to your computer and use it in GitHub Desktop.
Save benmatselby/796e3e0d077101b168a9 to your computer and use it in GitHub Desktop.
Installed Sublime Text Plugins
**Currently used**
- Package Control (Turned on, now built into Sublime)
- Phpcs
- [Formatter](https://packagecontrol.io/packages/Formatter#configuration)
- [Markdown Edtiging](https://packagecontrol.io/packages/MarkdownEditing)
- [Python 3](https://packagecontrol.io/packages/Python%203)
- [python-back](https://packagecontrol.io/packages/python-black) - Can this be replaced with formatter?
- UnitTesting
**The last time I used Sublime**
- Package Control - The one plugin to rule them all. This Plugin helps you install all of the plugins mentioned below and is the goto place for Sublime Text 2 Plugins
- Phpcs - PHP_CodeSniffer and php -l integration. More details can be found here
- phpDocumentor - Generate documentation using phpdoc from within the editor. More details can be found here
- Pman – Access to the php manual from within Sublime Text. More details can be found here
- Jenkins Dashboard – Pull back Jenkins Dashboard data
- DocBlockr - Helps to write Doc Block based comments above and beyond what the editor provides
- Git - Excellent Git Plugin for Sublime Text 2, supports many of the features you use daily
- Sublime Github – Nice Github integration, mainly used for gist integration
- Side Bar Enhancements - Enhances the sidebar of Sublime Text 2
- XML Indent – Does what it says
- SublimePrettyJson – Does what it says, much like XML Inden
- Markdown Preview – Allows you to view markdown in the browser
- SublimeDataConverer – It converts csv based data into various format
- Alignment – Makes all arrays nicely aligned etc.
- Emmet – Workflow toolkit for web based development
- Emmet LiveStyle - Live bi-directional (editor↔browser) CSS editing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment