[VS Code] Python 자동 완성 미작동(mac)

Jonathan·2021년 8월 24일
0

errors

목록 보기
2/4
post-thumbnail
  • 이슈: VS Code에 intellisense ext를 설치하였음에도 자동완성 기능이 제대로 작동하지 않음.
  • 해결 방법
    • .vscode 폴더의 setting.json 파일에 아래 코드를 복사/붙여넣기 + VS code 재시작
{
    "python.defaultInterpreterPath": "your_interpreter_path",
    "python.autoComplete.extraPaths": [
        "your_extra_package_paths"
    ]
}
profile
백엔드 개발자. 두려움을 두려워 하지 말자.

0개의 댓글

관련 채용 정보