# VSCode, Markdown Language Server 공개

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7202](https://news.hada.io/topic?id=7202)
- GeekNews Markdown: [https://news.hada.io/topic/7202.md](https://news.hada.io/topic/7202.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-08-18T10:10:52+09:00
- Updated: 2022-08-18T10:10:52+09:00
- Original source: [code.visualstudio.com](https://code.visualstudio.com/blogs/2022/08/16/markdown-language-server)
- Points: 12
- Comments: 1

## Topic Body

- VSCode 1.70+ 에서 이미 사용중  
- 2개의 오픈소스 라이브러리로 구성되어 다른 에디터에서도 사용 가능  
  - Markdown Language Service : 마크다운 지원을 위한 도구를 제공하는 TypeScript 라이브러리   
  - Markdown Language Sever : 마크다운 랭귀지 서버   
- 지원하는 기능들   
  - Document outlines  
  - Workspace symbols  
  - Document links  
  - Smart folding  
  - Smart selection  
  - Completions  
  - Rename  
  - Find All References  
  - Go to Definition  
  - Diagnostics for broken links  
  - Updating of links on file moves / renames

## Comments



### Comment 11840

- Author: sjyoon29
- Created: 2022-08-18T10:32:26+09:00
- Points: 2

오 좋네요. 이맥스에서 적용해봐야겠습니다.
