Simultaneously select closing/opening pair (javascript) in Sublime Text

后端 未结 0 1543
不知归路
不知归路 2021-02-11 10:11

Suppose we have a conditional:

if (a == true) {
   console.log(\'true\');
} else {
   console.log(\'not true\');
end

Are there any plugins/custom

相关标签:
回答
  • 消灭零回复
提交回复
热议问题