Skip to content

Commit ffa94d1

Browse files
committed
2025-06-10 23:15:38
1 parent 727fff3 commit ffa94d1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng_2025/06/2025-06-10-22-48.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
At the WWDC conference, there was even more about **Xcode 2**6 and AI-assisted programming capabilities.
1+
At the WWDC conference, there was even more about **Xcode 26** and AI-assisted programming capabilities.
22

33
https://developer.apple.com/documentation/xcode/writing-code-with-intelligence-in-xcode
44
You can **choose ChatGPT** (for some reason, they write it exactly like that, not mentioning the model or OpenAI) or add a model provider from the internet or locally.
55

6-
Code Understanding: "What does this code do?" → Xcode will provide a detailed answer.
7-
Code Generation and Correction: You can ask to add properties, create a list, change the interface, etc. Example: "Create a table with all properties of the object."
8-
Automatic Changes Application: Enable "Automatically Apply Changes" or review proposed edits manually.
9-
Error Fixes: Xcode suggests fixes for compilation errors.
6+
*Code Understanding*: "What does this code do?" → Xcode will provide a detailed answer.
7+
*Code Generation and Correction*: You can ask to add properties, create a list, change the interface, etc. Example: "Create a table with all properties of the object."
8+
*Automatic Changes Application*: Enable "Automatically Apply Changes" or review proposed edits manually.
9+
*Error Fixes*: Xcode suggests fixes for compilation errors.
1010

1111
You can revert changes through "History", but a Git repository is required.
1212

ukr_2025/06/2025-06-10-22-48.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
https://developer.apple.com/documentation/xcode/writing-code-with-intelligence-in-xcode
44
Можна **обирати ChatGPT** (чомусь вони пишуть саме так, а не модель чи OpenAI) чи додати провайдера моделі як з інтернету, так й локального.
55

6-
Вивчення коду: "Що робить цей код?" → Xcode дасть розгорнуту відповідь.
7-
Генерація та виправлення коду: Можна просити додати властивості, створити список, змінити інтерфейс тощо. Приклад: "Створи таблицю з усіма властивостями об'єкта".
8-
Автоматичне застосування змін: Увімкніть "Automatically Apply Changes" або перевіряйте запропоновані правки вручну.
9-
Фікси помилок: Xcode пропонує виправлення для помилок компіляції.
6+
- Вивчення коду: "Що робить цей код?" → Xcode дасть розгорнуту відповідь.
7+
- Генерація та виправлення коду: Можна просити додати властивості, створити список, змінити інтерфейс тощо. Приклад: "Створи таблицю з усіма властивостями об'єкта".
8+
- Автоматичне застосування змін: Увімкніть "Automatically Apply Changes" або перевіряйте запропоновані правки вручну.
9+
- Фікси помилок: Xcode пропонує виправлення для помилок компіляції.
1010

1111
Можна відкочувати правки через "History", але потрібен Git-репозиторій.
1212

0 commit comments

Comments
 (0)