How to add copyright to Android-Studio?

前端 未结 6 1429
既然无缘
既然无缘 2021-02-01 01:13

The title says everything. If I want to add copyright comment in code files in Android Studio? I, of course, find the Copyright settings in Preference/Copyright, but I can\'t ma

6条回答
  •  滥情空心
    2021-02-01 02:03

    After you have configured the copyright settings and copyright profiles (Settings > Editor > Copyright) for your project, you can:

    • (Windows) Use Alt + Insert in an opened file to present the option for adding/updating the copyright
    • (Mac) Use Command + N in an opened file to present the option for adding/updating the copyright
    • Right click a directory or file in Android Studio's project view, and select "Update Copyright..."

提交回复
热议问题