Skip to content

Instantly share code, notes, and snippets.

@ambengers
Created September 28, 2021 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambengers/158a7147cac42788026f13a0266d31c6 to your computer and use it in GitHub Desktop.
Save ambengers/158a7147cac42788026f13a0266d31c6 to your computer and use it in GitHub Desktop.
[
{ "keys": ["f3"], "command": "implement" },
{ "keys" : ["f4"], "command": "insert_php_constructor_property" },
{ "keys": ["super+'"], "command": "run_macro_file", "args": {"file": "res://Packages/User/PHP Docbloc.sublime-macro"} },
{ "keys": ["super+9"], "command": "find_use" },
{ "keys": ["super+0"], "command": "expand_fqcn" },
{ "keys": ["command+shift+r"], "command": "goto_symbol_in_project" },
{ "keys": ["super+e"], "command": "run_last_phpunit_test" },
{ "keys": ["super+shift+e"], "command": "run_phpunit_test" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment