reactjs - Sublime text key binding to remove characters -


in sublime text, have key binding comment out react code in return of component. have super+shift+m set insert {/* , */} around block of code comment out. i'm trying implement key binding reverse this. so, key binding remove {/* , */}. might combination of deleting first , last 3 characters of selection, don't know how implement this.


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -