EQuimper / VSC-React-Native-React-Redux-Snippets

Snippets for React and React-Native with a bit of Redux for es6/es7 user.
https://marketplace.visualstudio.com/items?itemName=EQuimper.react-native-react-redux
54 stars 31 forks source link

Customise snippet for console.log #8

Closed Manish-Giri closed 5 years ago

Manish-Giri commented 6 years ago

Is there a way to customise the snippet for console.log to remove the ===s at the top and bottom?

console.log('====================================');
console.log($1);
console.log('====================================');
EQuimper commented 6 years ago

@Manish-Giri if you try cl this is gonna give console.log()