# Pylance - MS가 공개한 VS Code용 Python 랭귀지 서버 확장

> Clean Markdown view of GeekNews topic #2377. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2377](https://news.hada.io/topic?id=2377)
- GeekNews Markdown: [https://news.hada.io/topic/2377.md](https://news.hada.io/topic/2377.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-07-03T09:09:35+09:00
- Updated: 2020-07-03T09:09:35+09:00
- Original source: [devblogs.microsoft.com](https://devblogs.microsoft.com/python/announcing-pylance-fast-feature-rich-language-support-for-python-in-visual-studio-code/)
- Points: 7
- Comments: 1

## Topic Body

- MS의 Pyright 정적 타입 체킹 도구 기반으로 강력한 타입 정보 기능 제공

- Python IntelliSense를 강화, 빠르고 훌륭하게 코드작성을 도와줌

ㅤ→ Rich Type Information

ㅤ→ Auto-Imports 지원

ㅤ→ Type Checking Diagnostics

ㅤ→ Multi-Root Workspace Support

- Core Python 확장과 같이 설치해야 동작

ㅤ→ 기존 Pyright 확장 설치한 사람은 제거해야함. Pylance에 Pyright 기능을 모두 내장

## Comments



### Comment 2166

- Author: xguru
- Created: 2020-07-03T09:09:42+09:00
- Points: 1

설치 링크 : https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance
