Enhance LSP diagnostics, editor features, and SQL query builder#120
Merged
Conversation
新增 allDiagnostics store:拦截 lsp:messages 的 publishDiagnostics,按文件(URI→路径)聚合; 问题面板改为按文件分组展示(当前文件优先),点击诊断打开对应文件并定位。
用 @codemirror/view 内置 highlightWhitespace,可在设置开关;配置项前后端同步 (config.rs 结构体与默认值、types/app.ts),切换即时生效。
新增 useLaunchPresets(KV 存储)+ LaunchPresets 下拉:把当前参数/stdin/环境变量存为命名预设, 一键应用/删除;置于运行输入栏内。
控制台头部新增过滤开关,展开后输入关键字仅渲染匹配行并显示行数; 不影响原始输出与复制。
命令面板「启动 REPL」按当前语言在集成终端启动交互解释器(python3/node/irb/iex 等), 配合「发送选区到终端」即可交互式运行代码。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.