I really find convenient with the feature of highlighting opening and closing tag in XHTML document in Notepad++. Is there any equivalent feature in Emacs? I am using Emacs 24.3.1
问问题
263 次
2 回答
1
我认为您希望编辑器在您将光标悬停在其开始配对时向您显示结束标签,反之亦然。一种方法是安装smartparens并执行M-x show-smartparens-mode
.
于 2013-09-23T22:59:53.577 回答
0
试试这个包。它并不能完全满足您的要求(我认为,我从未使用过记事本++),但也许对您来说已经足够了。
于 2013-09-23T10:56:08.147 回答