Skip to content

Commit ee4cfca

Browse files
authored
Update README.md
1 parent 33b9a73 commit ee4cfca

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,46 @@ Receive suggestions for creating and improving code directly in the IDE and take
5252
<br/>
5353

5454
## PLUGIN SETTINGS
55-
- Access the menu “AI Developer” > “Settings” > Tab “Preferences”
55+
Access the menu “AI Developer” > “Settings” > Tab “Preferences”
5656
![image](https://github.com/user-attachments/assets/c89d1145-4178-45ec-bd45-ecb13dfc37cc)
5757

5858
1. **Language used in questions:** Indicate in which language you will ask questions in chats, so that the prompts generated by the Plugin are generated in the same language.
5959
2. **AI default (Chat and Databases Chat):** Default AI when starting the IDE.
6060
3. **Color to highlight Delphi/Pascal code:** Color to highlight Delphi/Pascal/SQL code in responses displayed on chat screens
61-
4. **Default Prompt:** The Default Prompts that were added in this field will be sent to the AIs, with this you can considerably improve the quality of the responses. (Example of prompt: Always return SQL commands in lowercase)
61+
4. **Default Prompts:** Prompts added in this field will be sent to the AIs along with the requests. This can significantly improve the quality of the responses. (Example prompt: Always return SQL commands in lowercase letters)
6262

6363

6464
<br/>
6565

6666
## CONFIGURING IAS ONLINE
6767
You can choose between 3 APIs, Gemini (Google), ChatGPT (OpenAI) and Groq. Gemini and Groq APIs are free.
68+
6869
Access the menu “AI Developer” > “Settings” > Tab “IAs on-line”
6970
![image](https://github.com/user-attachments/assets/2c3a45a2-94c8-4449-8c71-58246f6ca67f)
7071

7172
1. Inform the desired model.
7273
2. Click on the **"Generate API Key"** link to generate your key.
7374
3. In this field you must enter the API access key.
7475

76+
<br/>
77+
78+
## CODE COMPLETION
79+
80+
To configure, access the menu “AI Developer” > “Settings” > Tab “Code Completion”
81+
82+
![image](https://github.com/user-attachments/assets/fd26a49c-5969-4bbe-8a2e-32e9623bf1d7)
83+
84+
1. Enables/disables use of Code Completion
85+
2. **AI default:** Default AI that will be used by Code Completion
86+
3. **Suggestion Code Color**: Color code suggested by plugin before being accepted
87+
4. Shortcut to invoke Code Completion usage (requires restart of Delphi IDE)
88+
5. **Default Prompts:** Prompts added in this field will be sent to the AIs along with the requests. This can significantly improve the quality of the responses. (Example prompt: Always return SQL commands in lowercase letters)
89+
90+
- To use it, simply use the configured shortcut keys (default Alt+Enter)
91+
- To **accept** the suggestion, simply use the Tab key.
92+
![delphi-ai-developer-previa-02](https://github.com/user-attachments/assets/f09fe06a-4471-43e7-b99e-1ac701dad211)
93+
94+
7595
<br/>
7696

7797
## AI Chat interacting with Delphi IDE

0 commit comments

Comments
 (0)