An open API service indexing awesome lists of open source software.

https://github.com/runfalk/sublime-tools

Miscellaneous scripts to improve Sublime Text 2's functionality; mainly for PHP.
https://github.com/runfalk/sublime-tools

Last synced: about 1 year ago
JSON representation

Miscellaneous scripts to improve Sublime Text 2's functionality; mainly for PHP.

Awesome Lists containing this project

README

          

=======
Project
=======
This is a collection of various tools for Sublime Text 2. Most of them are related to PHP development.

============================
Source files to autocomplete
============================
*autocomplete_project_functions.php* takes a folder as sole argument and outputs a Sublime Text autocompletion file.

Usage
-----
::

~# autocomplete_project_functions.php php-project > PHPProject.sublime-completions

The resulting goes in your config directory. By default it is *~/.config/sublime-text-2/Packages/User* on Linux and *~/Library/Application Support/Sublime Text 2/Packages/User* on Mac OS X