UsageWith selection: Highlight a variable (or really any text) Press ctrl+shift+l The output will be: console.log('${str}: ', ${str}); Without selection: Press Cmd+Shift+l The output will be: console.log(); To remove console.logs: Press Cmd+Shift+r This will delete all console.log statements in the current document For more informationEnjoy! |