IntelliJ Translation Plugin은 JetBrains IDE에 AI 번역 기능을 직접 추가합니다. CometAPI에 연결하면 에디터를 벗어나지 않고 코드와 텍스트를 번역할 수 있습니다.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
사전 요구 사항
- IntelliJ IDEA 또는 다른 JetBrains IDE
-
Translation Plugin 설치 — JetBrains Marketplace에서 Translation 검색

- 활성 API 키가 있는 CometAPI 계정
설정
CometAPI API 키 가져오기
번역 엔진 구성
IDE 도구 모음에서 Translation Plugin 아이콘을 클릭한 다음 → Settings → Translation으로 이동합니다. 엔진으로 OpenAI Translation을 선택합니다. 오른쪽 설정 패널의 API Endpoint 필드에 

https://api.cometapi.com을 입력합니다(두 번째 필드의 기본값은 /v1/chat/completions입니다). API Key에 CometAPI 키를 붙여넣고 Confirm을 클릭합니다.





