Refactoring yaml files

Hi guys,

I have splitted my configuration into multiple yaml files to avoid long unreadable scripts. The downside of this is that i could be hard to refactor your code. So I was thinking if there is an editor which can change an entity name in multiple yaml files at once? Like pycharm can do with objects in multiple python files.

I believe Visual studio Code does this

Or Atom (global search/replace).
Also has yaml-plugins that help with the logic etc.

Thanks i’ll try it

Notepad++ on Windows or Notepadqq on Linux.