forked from openpilot-hub/devpilot-intellij
-
Notifications
You must be signed in to change notification settings - Fork 0
/
description.html
67 lines (66 loc) · 2.81 KB
/
description.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Description</title>
</head>
<body>
<h2 id="welcome">Welcome to DevPilot: Your AI-Infused Code
Copilot for IntelliJ IDEA!</h2>
<h3 id="take-a-glimpse">Take a Glimpse</h3>
<p>Unleash the power of AI in your coding with DevPilot, your new coding buddy, designed exclusively for IntelliJ IDEA.
This innovative AI-based plugin is set to supercharge your Java development process.</p>
<h3 id="stellar-features">Stellar Features</h3>
<ol>
<li>
<strong>Intelligent Code Suggestions:</strong> Say goodbye to coding roadblocks!DevPilot dishes out real-time
code suggestions as you type, understanding your Java context and serving up precise recommendations.
</li>
<li>
<strong>Proactive Bug Detection:</strong> Keep bugs at bay! DevPilot spots potential bugs and errors before
they become a problem, offering smart solutions and alternatives for efficient, error-free Java code.
</li>
<li>
<strong>Code Refactoring:</strong> Level up your code! DevPilot helps optimize your Java code, providing
insights on how to refactor and boost your code's structure and performance.
</li>
<li>
<strong>Unit Test Generation:</strong> Testing made easy! DevPilot can generate unit testing code for you,
making sure your code not only works as expected but is also ready for any future changes.
</li>
<li>
<strong>Code Explanation:</strong> Don't just write code, understand it! DevPilot can explain unfamiliar
code snippets, helping you grasp what's happening and learn faster.
</li>
<li>
<strong>Auto-Comments:</strong> Keep your code clear! DevPilot can automatically add comments to your code,
ensuring it's easy to understand and maintain.
</li>
</ol>
<h3 id="how-to-use">How to use</h3>
<p>In the dialog box, you can ask any question and send it by pressing Enter or using the send button. DevPilot will
then provide an answer and display it on the current page.</p>
<p>Select a block of code, then right click on the "DevPilot" option on the context menu.You can choose from
one of: </p>
<ul>
<li>New DevPilot Chat</li>
<li>Generate Tests</li>
<li>Review Code</li>
<li>Generate Comments</li>
<li>Fix This</li>
<li>Performance Check</li>
<li>Explain This</li>
</ul>
<p>
<strong>For example</strong>, select the code, right-click
<code>-></code> DevPilot
<code>-></code> Fix This.
<br>Then, the window will automatically open and provide relevant suggestions for fixes. You can modify the code
based on the suggestions.
</p>
<h2 id="ping-us">Ping Us</h2>
<p>Got questions or suggestions, please contact us via email at
<a href="">[email protected]</a>.
</p>
</body>
</html>