pylance 공식 자료
extension 설치
맥 단축키 : command shift p
vscode > settings.json -> 사용사 설정 파일 수정.(기본 설정 파일에서 적용 가능)
아래 설정 추가 후 저장하면 바로 적용된다.
"python.languageServer": "Default", // pylance
"python.analysis.autoImportCompletions": true, // pylance
"python.analysis.typeCheckingMode": "basic", // pylance
"python.analysis.inlayHints.variableTypes": true, // pylance
"python.analysis.inlayHints.functionReturnTypes": true, // pylance
"python.analysis.inlayHints.callArgumentNames": true, // pylance
'개발 > 기타' 카테고리의 다른 글
[macOS] 배터리 관리 AlDente (0) | 2023.11.15 |
---|---|
[macOS] 맥북 리소스 모니터링 툴 (0) | 2023.10.31 |
[Github Action] Spring Boot gradle CI/CD 후기 (0) | 2023.07.21 |
[Python] VS Code 설치 및 가상환경 설정 (0) | 2022.07.05 |
[Python] Windows 10 설치 (0) | 2022.07.05 |