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

后端 未结 0 1402
迷失自我
迷失自我 2021-02-11 09:57

Suppose we have a conditional:

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

Are there any plugins/custom

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