Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-30 | 整理代码 | 最萌小汐 | |
2020-09-29 | 修正工作区失效的问题 | 最萌小汐 | |
2020-09-28 | 移除服务器对工作目录的支持,现在由客户端完成 | 最萌小汐 | |
2020-09-28 | 由客户端实现多工作目录支持 | 最萌小汐 | |
2020-09-22 | 自动完成的 isIncomplete 总是false | 最萌小汐 | |
2020-09-02 | 跟进语义着色的协议更新 | 最萌小汐 | |
2020-08-05 | #202 增加一个设置可以调整显示建议相关代码片段 | 最萌小汐 | |
2020-08-05 | 修正快速修复失效的bug | 最萌小汐 | |
2020-07-22 | 注册改名后的命令 | 最萌小汐 | |
2020-07-22 | 修改配置由前端完成;为了防止冲突,命令加个前缀 | 最萌小汐 | |
2020-07-21 | 给单开文件加个假的工作目录 | 最萌小汐 | |
2020-07-21 | 将协议放到主线程解析 | 最萌小汐 | |
2020-07-21 | 显性处理 json.null 的情况 | 最萌小汐 | |
2020-07-21 | 工作区符号支持 local | 最萌小汐 | |
2020-07-21 | 工作区符号也支持空字符串 | 最萌小汐 | |
2020-07-21 | 现在的实现不太好计算parent | 最萌小汐 | |
2020-07-21 | 全局符号只包含set类 | 最萌小汐 | |
2020-07-20 | 支持全局符号 | 最萌小汐 | |
2020-07-08 | fix #187 | 最萌小汐 | |
2020-07-08 | #189 查看字符串的设置 | 最萌小汐 | |
2020-07-01 | fix #183 修复无工作目录时没有初始化的问题 | 最萌小汐 | |
2020-07-01 | 字符串详情 | 最萌小汐 | |
2020-06-23 | 自动完成显示代码块参考 | 最萌小汐 | |
2020-06-22 | fix #174 | 最萌小汐 | |
2020-06-09 | #175 可以关闭参数提示 | 最萌小汐 | |
2020-06-03 | signature help 上显示查看文档 | 最萌小汐 | |
2020-05-25 | Support multiple workspace folders | Ruin0x11 | |
2020-05-25 | #165 ↵ | 最萌小汐 | |
语言客户端会处理多目录的情况,不需要语言服务器瞎操心 | |||
2020-05-25 | #166 不再重复请求工作目录 | 最萌小汐 | |
2020-05-25 | 去掉多余日志 | 最萌小汐 | |
2020-05-18 | 区分一下localfunction的着色 | 最萌小汐 | |
2020-05-18 | 应该是判空字符串 | 最萌小汐 | |
2020-05-18 | 过滤掉 dirty name | 最萌小汐 | |
2020-05-16 | 更新颜色 | 最萌小汐 | |
2020-05-15 | 更新一波语义着色 | 最萌小汐 | |
2020-03-25 | 修正bug | 最萌小汐 | |
2020-03-25 | 去掉调试代码 | 最萌小汐 | |
2020-03-25 | #147 使用 textEdit 来实现 completion | 最萌小汐 | |
2020-03-21 | 当客户端为vscode时,使用本地文档 | 最萌小汐 | |
2020-03-13 | fix #138 | 最萌小汐 | |
2020-03-05 | Create first workspace based on client's rootUri | Timur Celik | |
Currently the server will send a workspace/workspaceFolders request and use the first folder that is reported as workspace root. This doesn't work with clients that don't support workspaceFolders capability. The rootUri field of the response to 'initialize' is mandatory and can be used to create the initial workspace too. This patch does exactly this. | |||
2020-02-24 | Add completionProvider to server capabilities | Timur Celik | |
Some language server clients like vim-lsp[1] check capabilities more strictly before enabling them. In this case a missing completionProvider item in the server capabilities caused completion to not work at all. [1] https://github.com/prabirshrestha/vim-lsp | |||
2019-11-23 | 正路目录 | 最萌小汐 | |