You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeForge v26.4.0 is a release centered on **database tooling and AI**: a brand-new **drag-and-drop visual query builder** lets you compose complex multi-table JOIN / aggregate / group / filter / sort queries without writing SQL; it ships alongside **inline cell editing with write-back, connection grouping and import/export, and one-click SQL formatting**; AI gains **diagnostic fixes, doc-comment generation, comment translation and multi-file editing**; and the editor adds **line bookmarks, folding, bracket matching, syntax-aware selection, and whitespace rendering**.
-**函数任意用**:可搜索分类的函数选择器,支持**自由输入任意函数名 + 参数**(如 `SUBSTRING(col,1,3)`、`split_part(col,',',1)`),SELECT 与 WHERE 均可套函数
32
+
-**保存 / 载入查询**:按数据源命名存取常用查询;状态自动记忆
33
+
-**未指定库可切库**:连接未选数据库时在构建器内选库 / 切库,表名自动带库限定
34
+
35
+
A drag-driven builder with drop zones for SELECT / WHERE / GROUP BY / ORDER BY / HAVING; **multi-table JOIN** with configurable ON conditions and auto table-qualified columns; **type-aware WHERE** (operators and value inputs adapt to the column type — BETWEEN / IN / boolean / date); aggregates, aliases, DISTINCT, GROUP BY (with auto-grouping) and HAVING; a searchable, categorized function picker that also accepts **any custom function name plus arguments** (usable in both SELECT and WHERE); **named saved queries** per data source with automatic state memory; and in-builder **database picking/switching** for connections without a default database.
**Inline cell editing** with write-back (double-click to edit; generates a confirmed UPDATE for single-table results), **connection grouping** in settings, **connection import/export** as JSON (passwords excluded by default, optional to include), and a **Format SQL** command.
47
+
48
+
---
49
+
50
+
## 🤖 AI 能力增强 | AI
51
+
52
+
-**AI 修复诊断** - 把当前文件的 LSP 诊断交给 AI 修复
53
+
-**AI 生成文档注释** - 为选中代码生成规范的文档注释
54
+
-**AI 翻译注释 / 文档** - 中英互译注释与文档,保留代码结构
55
+
-**AI 多文件编辑** - 给出指令,跨已打开文件生成修改并逐个差异审查后应用
56
+
57
+
**Fix diagnostics** (hand the file's LSP diagnostics to AI), **generate doc comments** for a selection, **translate comments/docs** between Chinese and English while preserving code structure, and **multi-file editing** — describe a change and review per-file diffs before applying across open files.
58
+
59
+
---
60
+
61
+
## 🏃 运行 · REPL | Run & REPL
62
+
63
+
-**运行预设管理** - 保存多套运行输入(参数 / stdin / 环境变量)一键切换
64
+
-**运行输出过滤** - 只显示包含关键字的输出行
65
+
-**启动 REPL** - 为当前语言启动交互式解释器
66
+
67
+
Manage **run presets** (args / stdin / env) with one-click switching, **filter run output** to lines matching a keyword, and **start a REPL** for the current language.
Outline now prefers **LSP documentSymbol** (falling back to regex), the problems panel **aggregates diagnostics across files**, and **named workspaces** let you save and reopen a set of roots.
89
+
90
+
---
91
+
92
+
## 🌿 Git · 命令面板 | Git & Command Palette
93
+
94
+
-**在浏览器打开仓库主页** - 一键跳转远程仓库
95
+
-**强制删除未合并分支** - 删除失败时可确认强制删除
96
+
-**命令面板最近使用置顶** - 常用命令更快触达
97
+
98
+
**Open the repository homepage in a browser**, **force-delete** branches that aren't fully merged (with confirmation), and **recently-used commands** float to the top of the command palette.
Download the latest version from [GitHub Releases](https://github.com/devlive-community/codeforge/releases), or visit the [Official Website](https://codeforge.devlive.org/) for more information.
0 commit comments