Skip to content

Instantly share code, notes, and snippets.

@tomasfejfar
Created March 18, 2019 13:43
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 tomasfejfar/21200bd3b1e1962f0fbc6d50d78021de to your computer and use it in GitHub Desktop.
Save tomasfejfar/21200bd3b1e1962f0fbc6d50d78021de to your computer and use it in GitHub Desktop.
Register PhpStorm in context menu of directory
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\PHP Storm]
@="Open in &PHP Storm"
"icon"="\"C:\\bin\\PhpStorm.cmd\""
[HKEY_CLASSES_ROOT\Directory\shell\PHP Storm\command]
@="\"C:\\bin\\PhpStorm.cmd\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment