LuaLS / LuaLS/lua-language-server
@see annotation surrounds unknown symbols with tilde "~" (strikethrough)
还没有人认领这个 Issue。
- 主要语言
- Lua
- 星标
- 4.4k
- 派生
- 442
- PR 合并指标
- 30 天内没有已合并 PR
描述
### How are you using the lua-language-server?
Nvim
### Which OS are you using?
MacOS
### What is the issue affecting?
Hover
### Expected Behaviour
code should be able to use `@see` annotations that don't necessarily map to a known symbol.
### Actual Behaviour
unknown symbols are rendered as "strikethrough": https://github.com/LuaLS/lua-language-server/blob/8c32d8f95f28f8bc064533031898abfb7dea58b0/script/core/hover/description.lua#L144
### Reproduction steps
1. add a `@see bogus` annotation
2. hover the annotation in any LSP client
### Additional Notes
_No response_
### Log File
_No response_
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 script/core/hover/description.lua 第 144 行附近开始,然后使用错误的 @see 注解重现该问题,并在 LSP 客户端中将鼠标悬停在其上。确认对无法解析的 @see 符号的处理,并验证完成后的行为不再将未知符号渲染为带删除线的形式。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- lua
- 领域
- devtools
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100