Port to gtksourceview-5 for async completion operations and hovers
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 25/100
- Issue 类型
- 功能
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
调研方向
该 issue 未指出任何文件、测试或入口点。首先定位现有的补全实现和构建配置,然后比较 gtksourceview-5 所需的异步补全和悬停 API。完成的标准是编辑器能够为其 LSP 用例支持非阻塞补全和悬停。
由索引模型根据 Issue 内容生成。
描述
Problem
Code could provider better support for completion and gain a hover using gtksourceview-5, for these reasons:
- Completions should be async in order to help run async operations to calculate items, like when using LSP environments where a client request to the server completion items asynchronously, new API in gtksourceview-5 performs populate items async.
- New gtksourceview-5 has support to provide hovers, that is an important features for code editors in order to show context information like LSP environments requesting information to servers on the current context, in version 5 populate hover is also async and is required for LSP too in order to avoid UI block.
Proposal
Port Code to use gtksourceview-5 in order to increase its compatilibility with LSP servers.
- 主要语言
- Vala
- 星标
- 521
- 派生
- 119
- 平均合并
- 1 天 7 小时
- 30 天内合并 PR
- 13
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
elementary/code 的其他 Issue
-
难度 3/5 1-2 天 新手友好度 65/100
elementary/code#1818 · 1 条评论 ·
-
难度 4/5 3-5 天 新手友好度 35/100
elementary/code#1813 · 2 条评论 ·
-
Needs Design Priority: Wishlist
难度 3/5 1-2 天 新手友好度 68/100
elementary/code#1786 · 3 条评论 ·
-
Needs Design Priority: Wishlist
难度 5/5 一周以上 新手友好度 45/100
elementary/code#1783 ·
-
Priority: Wishlist
难度 4/5 3-5 天 新手友好度 38/100
elementary/code#1762 · 3 条评论 ·
相似的 Issue
-
bug good first issue
难度 2/5 1-3 小时 新手友好度 75/100
alexgorbatchev/simple-ptt#11 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
-
bug good first issue multicut serialization
难度 2/5 1-3 小时 新手友好度 70/100
-
accepted bug via-triage
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 75/100
seagle0128/doom-modeline#835 ·