gpt4 book ai didi

android-studio - Android Studio : how to remove/update the "Created by" comment added to all new classes?

转载 作者:行者123 更新时间:2023-12-03 04:05:19 25 4
gpt4 key购买 nike

默认情况下,Android Studio 会自动为所有新类添加 header 注释,例如

/**
* Created by Dan on 11/20/13.
*/

自定义或删除它的设置在哪里?

最佳答案

从菜单栏:

  • 在 Mac OS 上选择 Android Studio -> 首选项
  • 在 Windows 和 Linux 上,选择文件 -> 设置

然后在左侧 Pane 中查找编辑器 -> 文件和代码模板

您有两种方法可以改变这一点...

1) 选择Inclusions 选项卡并直接编辑Created by... 文本。

enter image description here

2) 选择Templates 选项卡并编辑您想要的任何模板的#parse("File Header.java") 行。

templates tab edit

我个人遵循选项 1) 并将默认标题注释设为 TODO,例如

/**
* TODO: Add a class header comment!
*/

这些说明基于 Android Studio v0.3.7。并在 v1.2.1.1 上进行了测试

关于android-studio - Android Studio : how to remove/update the "Created by" comment added to all new classes?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20109203/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com