Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSP 설명을 추가합니다. #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions LSP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Language Server Protocol (LSP)
=============

아주 간단하게 각 언어별 또는 라이브러리별로 문법툴을 따로 설치했던 불편함을 해결하기 위해 만들어졌다고 보고요. (너무 많은 툴을 써야하니까요. 빠띠만 보더라도 자바, js, ruby ,html, js, css, rails 등)

그래서 하나의 서버를 두고 편집기와 소통하게 하는 표준 프로토콜의 움직임이 lsp -> Language Server Protocol 입니다.

아래 이미지가 통신의 흐름을 보여주네요.

<img src="https://user-images.githubusercontent.com/26253950/220015759-460b5b4e-12f6-44eb-8c35-0c56f17a3419.png" title="LSP 흐름"/>