Very often, working in NotePad++
, you have to manually tabulate the html
file. In principle, it takes only 1-2 minutes, but some time is spent in total, which can be productively used for the benefit of work :)
Is there any function / plugin that automatically tabulates the html
file?
For example:
<!-- до --> <html> <head> <title> name </title> </head> <body> text </body> </html>
<!-- после --> <html> <head> <title> name </title> </head> <body> text </body> </html>