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.
- Host: GitHub
- URL: https://github.com/runfalk/sublime-tools
- Owner: runfalk
- Created: 2011-06-21T12:09:16.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-21T12:44:28.000Z (almost 15 years ago)
- Last Synced: 2025-01-19T06:46:45.218Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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