editor - Select all text between quotes, parentheses etc in Atom.io -


sublime text has same functionality via:

ctrl+shift+m or cmd+shift+space

how accomplish same thing in atom?

select text between brackets supported default bracket matcher package.

works {}, [] , ():

ctrl+cmd+m

to select text inside quotes, can install expand-selection-to-quotes package , use:

ctrl+'


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -