Change ALL file headers

So I know how to change the default file header in Android Studio ( Android Studio: how to remove / update the "Created with" comment and added to all new classes? ) And can apply the default to one class (shown in the picture) ... I was wondering if there is an "apply to all" button where I can change the headers of all files in my project. I have a lot of files and I really don't want to view them and change the title.

Thank!

+3


source to share


1 answer


Found it, I think! So what you do is you navigate to more options by pressing the right arrow and clicking "Run Inspection on ..." enter image description here

Then click "whole project" and run the check. You will end up with a table that looks like this:



enter image description here

It turns out that you can just spam the link circled in red and it will replace all the titles! Not sure if this is the way to do it, but it worked for me.

+6


source







All Articles