Copilot Prompt Engineering — เทคนิคเขียน Prompt ให้ AI ช่วยเขียนโค้ด

Copilot Prompt Engineering

GitHub Copilot Prompt Engineering AI Code Completion Context Comment Test-first Few-shot VS Code JetBrains Copilot Chat Advanced
| Technique | How | When to Use | Effectiveness |
|---|---|---|---|
| Comment-driven | เขียน Comment อธิบายก่อน | ฟังก์ชันใหม่ทุกตัว | สูง |
| Type-first | เขียน Type/Interface ก่อน | Complex data structures | สูงมาก |
| Test-first | เขียน Test ก่อน Implementation | TDD workflow | สูงมาก |
| Few-shot | ให้ตัวอย่าง 1-2 ตัว | Repetitive patterns | สูง |
| Step-by-step | เขียน Algorithm เป็นขั้นตอน | Complex algorithms | สูง |
| Context files | เปิดไฟล์ที่เกี่ยวข้อง | Multi-file projects | กลาง-สูง |
เคล็ดลับ

- Comment: เขียน Comment ก่อน Code ให้ Copilot สร้าง Code ตาม
- Tab: เปิดไฟล์ที่เกี่ยวข้องใน Tab เพิ่ม Context ให้ Copilot
- Test: เขียน Test ก่อน ให้ Copilot สร้าง Implementation ที่ผ่าน Test
- Small: แบ่งฟังก์ชันเล็กๆ Copilot ทำถูกต้องมากกว่า
- Review: ตรวจทุก Suggestion ไม่ Accept สุ่มสี่สุ่มห้า
GitHub Copilot คืออะไร
AI Pair Programmer GitHub OpenAI VS Code JetBrains Code Completion Python JavaScript TypeScript $10 $19 Copilot Chat ถามคำถาม
เนื้อหาเกี่ยวข้อง — Prefect Workflow GreenOps Sustainability
Prompt Engineering สำหรับ Copilot ทำอย่างไร
Comment ชัดเจน ชื่อ Function Variable Context Import Tab Type Hints Docstring Interface Test-first แบ่งฟังก์ชันเล็ก
แนะนำเพิ่มเติม — แหล่งความรู้ Forex iCafeForex
เนื้อหาเกี่ยวข้อง — อ่านต่อ: the market forces of supply and demand
เทคนิคขั้นสูงมีอะไรบ้าง
Few-shot ตัวอย่าง Pattern Negative Prompting Step-by-step Algorithm Copilot Chat /explain /fix /test /doc @workspace #file Slash Commands
ข้อควรระวังคืออะไร
ตรวจ Code Bug Logic ผิด Security SQL Injection XSS Library เก่า License Training Data Coding Standard Secret API Key Code Review
แนะนำเพิ่มเติม — ดูสัญญาณเทรดที่ XM Signal
เนื้อหาเกี่ยวข้อง — ดูเพิ่มเติมเรื่อง Netlify Edge Site Reliability SRE
สรุป
Copilot Prompt Engineering Comment-driven Type-first Test-first Few-shot Chat Commands Context Security Review Best Practices Production
เนื้อหาเกี่ยวข้อง — บทความที่เกี่ยวข้อง: Fail2ban Advanced Consensus Algorithm





