英文:
Does Android Studio have a note section?
问题
I don't know enough about Android Studios and was wondering if there was a note section for Android Studio. My goal is whenever I come back to my project I can read my notes on the last thing I did and what I need to work on next.
这是我第一次创建Android应用程序并使用Android Studio应用程序。
我知道有一个任务和上下文工具可以使用,但是否有离线版本?我不想将它与YouTask、GitHub、Jira等链接,只是想有我的个人笔记?
英文:
I don't know enough about Android Studios and was wondering if there was a note section for Android Studio. My goal is whenever I come back to my project I can read my notes on the last thing I did and what I need to work on next.
This is my first time creating an Android App and using Android Studio Application.
I do know there is a task and context tool that I could use but is there an offline version? Where I don't have to link it to YouTask, GitHub, or Jira, and etc? Just my own personal notes?
答案1
得分: 0
我不清楚是否有专门的笔记功能,但Android Studio支持自定义的待办事项:https://www.jetbrains.com/help/idea/using-todo.html
如果您使用这些功能,您可以添加注释
// todo 修复这个 bug
它将出现在IDE底部的待办事项列表中。
英文:
I am not aware of a notes feature specifically bit Android Studio does support custom Todos: https://www.jetbrains.com/help/idea/using-todo.html
If you use these you can comment
// todo fix this bug
and it will show up in your todo list at the bottom of the IDE.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论