less than 1 minute read

VScode에 AICodeHelper Extention 추가해서 사용

image

youtube-link

AICodeHelper setting

GPT API key 발급아래 링크에서 받으시면 됩니다.

https://platform.openai.com/account/api-keys image

+Create new Secret Key 눌러서 생성(필자는 aiCodeHelper라는 key로 생성)

image

생성을 누르면 아래와 같이 key값이 나오는데 카피합니다.

image

새로 키가 생긴게 확인이 됩니다.

image

AICodeHelper setting 들어감.

image

AICodeHelper setting

image

key값 넣기

Ctrl+ALT+SHift+Q 눌러서 키값 넣기
image

언어 변경 가능

image

코드 작성 (ctrl + alt+ shift + g)

test.py 파일을 만들고 아래와 같이 코드 작성요청을 하고 단축키를 누르면… (엄.. api key관련 사용 한계가 넘었나 보다 ㅜㅜ.) image

GPT 답변 받기(ctrl + alt +shift + m)

주석 달아주기 (ctrl + alt + shift + z)

리팩토링 (ctrl + alt + shift + R)

코드리뷰 ( ctrl + alt + shift + C)