Copilot 채팅 쿡북
GitHub Copilot 채팅에서 사용할 프롬프트의 예를 찾아 보세요.
Spotlight

단위 테스트 생성
Copilot 채팅은 함수에 대한 단위 테스트를 생성하는 데 도움이 될 수 있습니다.

Improving code readability and maintainability
Copilot 채팅 can suggest ways to make your code easier to understand and maintain.

Debugging invalid JSON
Copilot 채팅 can identify and resolve syntax errors or structural issues in JSON data.
25개 프롬프트 문서 살펴보기
Debugging invalid JSON
Copilot 채팅 can identify and resolve syntax errors or structural issues in JSON data.Debugging codeIntermediateHandling API rate limits
Copilot 채팅 can help handle API rate limits by suggesting code that detects implements retry logic.Debugging codeIntermediate잠재적인 기능 구현 살펴보기
Copilot 채팅은 단일 기능을 구현하기 위한 다양한 방법을 탐색하는 데 도움이 될 수 있습니다.Functionality analysisIntermediateImproving code readability and maintainability
Copilot 채팅 can suggest ways to make your code easier to understand and maintain.Refactoring codeSimple데이터 액세스 레이어 리팩터링
Copilot 채팅은 비즈니스 논리에서 데이터 액세스 코드를 분리하는 방법을 제안하여 애플리케이션을 더 쉽게 유지 관리하고 확장할 수 있습니다.Refactoring codeAdvancedUI 구성 요소에서 비즈니스 논리 분리
Copilot 채팅을 사용하면 비즈니스 논리를 사용자 인터페이스 코드와 분리하여 애플리케이션을 더 쉽게 유지 관리하고 스케일링할 수 있습니다.Refactoring codeAdvanced횡단 관심사 처리
Copilot 채팅은 코드가 있는 메서드나 함수의 핵심 관심사 이외의 우려 사항과 관련된 코드를 방지하는 데 도움이 될 수 있습니다.Refactoring codeIntermediateSimplifying complex inheritance hierarchies
Copilot 채팅 can help you to refactor code to avoid classes with multiple layers of inheritance.Refactoring codeIntermediateFixing database deadlocks or data integrity issues
Copilot 채팅 can help you avoid code that causes slow or blocked database operations, or tables with missing or incorrect data.Refactoring codeAdvancedTranslating code to a different programming language
Copilot 채팅 can help you rewrite code to perform the same operations but in a different programming language.Refactoring codeSimpleExplaining complex algorithms or logic
Copilot 채팅 can help add clear and concise documentation on complex algorithms or logic.Documenting codeIntermediateWriting discussions or blog posts
Copilot 채팅 can help you generate ideas, outline, or draft discussions or blog posts.Documenting codeSimple레이어를 추상화하기 위한 모의 개체 만들기
Copilot 채팅은 단위 테스트에 사용할 수 있는 모의 개체를 만드는 데 도움이 될 수 있습니다.Testing codeIntermediateSecuring your repository
Copilot 채팅 can help you to secure your repository and your code.Security analysisSimpleManaging dependency updates
Copilot 채팅 can help you get set up with Dependabot to streamline dependency updates.Security analysisSimpleFinding existing vulnerabilities in code
Copilot Chat can help find common vulnerabilities in your code and suggest fixes.Security analysisIntermediate