Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frankdejonge/copynamespace

Namespace copy (for PHP) plugin for Sublime Text 2
https://github.com/frankdejonge/copynamespace

Last synced: 3 days ago
JSON representation

Namespace copy (for PHP) plugin for Sublime Text 2

Awesome Lists containing this project

README

        

# CopyNamespace

This plugin sniffs for various namespace/class
elated info in the currect file or in the sidebar
and puts the resut in your clipboard.

## Usage

* Copy the namespace:
`ctrl+super+n`
* Copy the class/interface/trait name:
`ctrl+super+c`
* Copy the class/interface/trait name with prepended namespace:
`ctrl+alt+super+c`

Enjoy!