Is there a way to apply changes to all .html files?

Let's say I add a meta tag to the head and want to do the same for all the other .html files. Is there an easier way to do it than going through every page and changing pasting it by hand?

0

If your meta tag has to be added after/before the certain tag, you can try using Structural Search and Replace - https://www.jetbrains.com/help/webstorm/2018.1/structural-search-and-replace.html

0

请先登录再写评论。