AI assistants in coding: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
AI Assistants in Coding
AI Assistants in Coding


== Usages ==
* Write documentation (or Generate Docs)
* Convert file to another language
* Refactor the following code (or simplify this)
* Explain the following code
* Generate Unit Tests (or generate tests)
* Generate Code
* Find Problems (or fix this)
== Prompt for Generate Unit Tests ==
JetBrain 推出 AI Assistant 外掛功能,目前付費客戶可以免費試用 7 天。它下的 prompt,供大家參考
JetBrain 推出 AI Assistant 外掛功能,目前付費客戶可以免費試用 7 天。它下的 prompt,供大家參考


== 翻譯版 ==
=== 翻譯版 ===
<pre>
<pre>
為 "XXXClass" 類別中的 "xxx" 方法撰寫 "XXXClassTest" 測試。 指南:
為 "XXXClass" 類別中的 "xxx" 方法撰寫 "XXXClassTest" 測試。 指南:
Line 19: Line 30:
</pre>
</pre>


== 英文版 ==
=== 英文版 ===
<pre>
<pre>
Write "XXXClassTest' tests for the
Write "XXXClassTest' tests for the
Anonymous user

Navigation menu