Skip to content

Instantly share code, notes, and snippets.

@Koopzington
Created July 27, 2018 12:14
Show Gist options
  • Save Koopzington/7fd7e90f580417cabd30bb838722ba2e to your computer and use it in GitHub Desktop.
Save Koopzington/7fd7e90f580417cabd30bb838722ba2e to your computer and use it in GitHub Desktop.
PhpStorm-things
Replace 3-line comments with one-liner:
/**
* @var Adapter $adapter
*/
/** @var Adapter $adapter */
Search: \/\*\*\n.*(\@.*).*\n.*\*\/
Replace: \/\*\* $1 \*\/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment