Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是向类图中添加方法和属性,使其在类中生成代码存根。
这是一个例子:
如果我只是开始一个项目。我有一个名为的类tuna,我想添加方法swim(),eat()并poop()用它生成存根。这样,当我完成所有课程并开始编写代码时,我不会忘记我在想什么。
tuna
swim()
eat()
poop()
ObjectAid 会不会是适合这项工作的错误工具?
ObjectAid 只能显示源代码,您必须去编辑器进行更改。当您双击一个类、方法或字段时,一个编辑器将在适当的位置打开。