Skip to content

Commit 4183622

Browse files
committed
更新更多资料
1 parent c86bcf2 commit 4183622

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/_posts/LSP1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,9 @@ Vue 插件做了哪些事情,才让你的编程体验变得如此美好呢?
128128
说了这么多,其实还有一个核心问题没有解决:语言服务器做了什么事情?考虑刚才的跳转到定义的协议,客户端仅仅输入了当前光标的行列号和文本内容——甚至没有说明选中的是哪个函数、变量或是空白处,服务器就返回了其定义的行列号。
129129

130130
这种分析文本,返回结构化数据的过程,就是编译。语言服务器需要内置编译器吗?编译又是怎样的过程?我们下一章继续。
131+
132+
## 更多资料
133+
134+
我在播客 [`Web Worker`](https://www.xiaoyuzhoufm.com/episode/66a1197533ddcbb53cd7a063) 上和几位 Vue 生态的大佬、团队成员们聊过 Vue 插件,欢迎收听。
135+
136+
我也会在[即刻](https://okjk.co/OUqto1)分享语言服务器相关的开发心得,计划将它们整理成系列文章,欢迎关注。

0 commit comments

Comments
 (0)