ide - Selecting only the content between two brackets -


i phpstore when press ctrl+w selection the content between brackets , brackets in on step. there config force select content without brackets?

update: consider following example:

if(true) {     echo "hi"; |     echo "bye"; } 

the caret @ end of second line. pressing ctrl+w triple times select block+brackets.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -