Created
July 13, 2017 18:21
-
-
Save greyaperez/466f5d7fddf29ebe35d66a7b7f289592 to your computer and use it in GitHub Desktop.
Auto Debug JS (Regex Replace) - Automatically inserts
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
// FIND REGEX | |
(\s+)\w+ (\w+)\(.*\).*{ | |
// REPLACE | |
$0\n$1 console.log('METHOD:: $2 Invoked'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment