Skip to content

Releases: dolphindb/vscode-extension

v3.0.410

04 Jan 07:41
c0ddc4a

Choose a tag to compare

v3.0.410 - 2026.01.04

新功能 / New Features

  • 新增支持代码大纲(OUTLINE)。
    Added support for Outline view.

  • 支持在数据库浏览器中,基于选中的表对象一键生成常用操作模板,包括 select、update、delete、truncate、load 和 schema 等操作。
    Added support for one-click generation of common SQL templates based on the selected table, including select, update, delete, truncate, load, and schema.

  • 新增支持展示 Orca 中的流表。
    Added support for displaying stream tables in Orca.

功能优化 / Enhancement

  • 新增对 OUTER JOIN 关键字的高亮支持。
    Added syntax highlighting support for the OUTER JOIN keyword.

  • 优化变量数据面板中 Tensor 变量的行颜色显示。
    Improved row color display for Tensor variables in the variable data panel.

缺陷修复 / Bug Fixes

  • 修复了调试模式下无法通过右键查看变量的问题。
    Fixed an issue where variables could not be viewed via the right-click context menu in debug mode.

  • 修复了连接在执行长时间任务时会断开的问题。
    Fixed an issue where the connection was disconnected during long-running tasks.

  • 修复了在使用 plot 绘制饼图时总和没有精确到 100% 的问题。
    Fixed an issue where pie chart totals were not accurately displayed as 100% when using plot.

  • 修复了在使用 test 执行单元测试后查看表出现报错的问题。
    Fixed an issue where viewing table after using test to run unit tests caused an error.

v3.0.405

10 Oct 09:37
cefc044

Choose a tag to compare

v3.0.405 - 2025.10.10

功能优化 / Enhancement

  • 关闭 VS Code 时主动断开 WebSocket 连接,以便服务器及时释放资源。
    Optimized resource management by closing WebSocket connections when VS Code exits.

缺陷修复 / Bug Fixes

  • 修复查询表数据时,日期及时间类型的列显示为空的问题,此为 3.0.404 引入的问题。
    Fixed an issue where columns of TEMPORAL types were displayed as empty when querying a table, which was introduced in version 3.0.404.

  • 修复 VS Code 数据面板中 extra 字段被错误显示为 “null” 而非应显示为空的问题。
    Fixed an issue in the VS Code data panel where the extra field was displayed as “null” instead of appearing empty.

  • 修复使用 plot 函数绘图时,底部图例与坐标轴刻度标签重叠的问题。
    Fixed an issue where the bottom legend overlapped with the axis tick labels when using the plot function.

v3.0.400

12 Sep 02:28
23cc7de

Choose a tag to compare

v3.0.400 - 2025.09.12

新功能 / New Features

  • settings.json 中新增配置 “kdb”,用于选择 KDB Parser 模式。
  • Added new configuration option "kdb" to settings.json to select the KDB Parser mode.

v3.0.301

18 Jul 06:13
0296c6a

Choose a tag to compare

v3.0.301 - 2025.07.17

缺陷修复 / Bug Fixes

  • 修复 VSCode 插件在 CentOS 7 上无法连接的问题,恢复对旧版 VSCode 和低版本 SSH 的兼容性支持。
    Fixed an issue where the VSCode plugin could not connect on CentOS 7. Restored compatibility with older versions of VSCode and SSH.

v3.0.300

16 Jul 06:48
8cbbdba

Choose a tag to compare

v3.0.300 - 2025.07.16

功能优化 / Enhancement

  • 优化代码提示逻辑,取消在输入逗号后自动补全函数的行为。
    Optimized code completion logic by disabling automatic function suggestions after typing a comma.

  • 优化文件编辑性能,避免自动触发不必要的操作。
    Optimized file editing performance by preventing automatic execution of unnecessary operations.

缺陷修复 / Bug Fixes

  • 修复在非 DolphinDB 调试场景下无法切换连接的问题。
    Fixed an issue where connection switching was blocked during non-DolphinDB debugging scenarios.

v3.0.211

09 May 08:13
ffc6fe9

Choose a tag to compare

v3.0.211 - 2025.04.27

新功能 / New Features

  • 新增对 dolphindb.connections 配置项的重名校验,存在同名连接时将会报错。
    Added check for duplicate connection names in the dolphindb.connections configuration. The system will thrown an exception if connections with the same name exist.

功能优化 / Enhancement

  • 新增 VS Code 版本限制,插件版本:
    3.0.210 以下​​:要求 ​​VS Code v1.68.0 及以上​;
    3.0.210​ 及以上​:要求 ​​VS Code v1.82.0​​ 及以上。

    Added version requirements for VS Code:
    VS Code version v1.68.0 and higher for extension version ​​below 3.0.210​​;
    ​​VS Code version v1.82.0 and higher for extension version ​​3.0.210 and higher​​​​.

  • 优化使用 plot 函数作图时的多 Y 轴展示。
    Improved the display of multiple Y-axis when plotting line charts with the plot function.

  • 优化连接数据库失败的报错信息展示。
    Improved the display of error messages when failing to connect to databases.

缺陷修复 / Bug Fixes

  • 修复了深色主题下:

    • 鼠标悬浮在数据预览页面字典数据上方时,字体颜色变黑的展示异常问题。
    • 使用 plot 函数作饼图时,数值出现异常白色描边的问题。

    Fixed the following issues in dark theme:

    • Text color turned black when hovering over a dictionary in the DOLPHINDB view.
    • Unexpected white borders of pie chart values when using the plot function.
  • 修复了键入空格时意外弹出补全提示的问题。
    Fixed unexpected autocompletion triggered by pressing the spacebar.

  • 修复了无法使用在新窗口查看变量功能的问题。
    Fixed an issue where the Inspect Variable in New Window feature was not available.

v3.0.210

02 Apr 06:13
75eabf6

Choose a tag to compare

v3.0.210

新功能 / New Features

  • 为 DolphinDB 脚本编辑提供代码辅助功能:转到定义、自定义函数名和变量名自动补全、模块自动导入等。
    Added code assistance for DolphinScript editing, supporting jumping to definition, autocompletion for user-defined functions and variable names, automatic module import, and more.

  • 变量栏新增刷新按钮,支持刷新变量。
    Added a refresh button to the VARIABLES view.

  • 支持增强安全认证机制,并优化登录功能,以支持更安全的身份验证方式 。
    Added support for enhanced security authentication and optimized the login feature for a more secure authentication process.

功能优化 / Enhancement

  • 完善部分函数的文档提示。
    Improved documentation hints for some functions.

  • 提升包含大量键值对的字典在显示时的性能。
    Improved the performance of displaying dictionaries containing large amounts of key-value pairs.

功能优化 / Enhancement

  • 解决模块上传后导致的变量显示异常的问题。
    Fixed the issue of variable display anomalies caused by module uploads.