Last active
December 29, 2016 17:01
-
-
Save svnblame/b860b6e6586145bd3f71e489c2111a4b to your computer and use it in GitHub Desktop.
Sublime Text PHP Companion Key Bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "keys": ["f6"], "command": "expand_fqcn" }, | |
{ "keys": ["shift+f6"], "command": "expand_fqcn", "args": {"leading_separator": true} }, | |
{ "keys": ["f5"], "command": "find_use" }, | |
{ "keys": ["f4"], "command": "import_namespace" }, | |
{ "keys": ["f3"], "command": "implement" }, | |
{ "keys": ["shift+f12"], "command": "goto_definition_scope" }, | |
{ "keys": ["f7"], "command": "insert_php_constructor_property" }, | |
{ "use_sort_length": true }, | |
{ "visibility": "protected" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment