简体   繁体   中英

GEdit — highlight starting tag - ending tag of selected HTML?

Is there a plugin [or a way out ?] to highlight the selected HTML's starting tag - ending tag ? Probably something like which is present in Notepad++ ?

To show with an example, when we select the <div> tag below, it automatically higlights its closing tag </div> tag

 <div>
      Lorem ipsum dolor sit amet, consectetur adipisicing 
      elit, sed do eiusmod tempor incididunt ut labore et 
 </div>

[edited]
Sorry. I'm using Ubuntu 10.04, Gedit 2.30.3.

Try Zen Coding plugin:

"Zen Coding is a plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions - similar to CSS selectors - into HTML code."

On the official page there is no information about Gedit version, so probably the 2.* is supported.

https://github.com/mikecrittenden/zen-coding-gedit

http://code.google.com/p/zen-coding/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM