Skip to content

Instantly share code, notes, and snippets.

@svnblame
Last active December 29, 2016 17:01
Show Gist options
  • Save svnblame/b860b6e6586145bd3f71e489c2111a4b to your computer and use it in GitHub Desktop.
Save svnblame/b860b6e6586145bd3f71e489c2111a4b to your computer and use it in GitHub Desktop.
Sublime Text PHP Companion Key Bindings
[
{ "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