Skip to content

Commit 20b6b75

Browse files
committed
更全面的扩展工作区支持,更智能的注释
1 parent 7ca05d3 commit 20b6b75

3 files changed

Lines changed: 1149 additions & 2456 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.1.4
2+
3+
## 优化
4+
5+
1. 优化补全自动注释
6+
2. 优化补全自动空格
7+
3. 更全的工作区支持
8+
19
# 2.1.3
210

311
## 新增

extension.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"uuid": "7ca98ae04b7142599ab107e34acc8e5e",
44
"displayName": "嘉立创EDA代码编辑器",
55
"description": "支持中文联想的EDA脚本代码编辑器,支持代码高亮、自动补全、函数提示,AI注释,AI报错分析等功能。",
6-
"version": "2.1.3",
6+
"version": "2.1.4",
77
"publisher": "嘉立创EDA",
88
"engines": {
99
"eda": "^2.2.0"
@@ -88,6 +88,32 @@
8888
}
8989
]
9090
}
91+
],
92+
"blank": [
93+
{
94+
"id": "API SDK",
95+
"title": "代码编辑器",
96+
"menuItems": [
97+
{
98+
"id": "Open Script Tool",
99+
"title": "打开编辑器...",
100+
"registerFn": "openScriptTool"
101+
}
102+
]
103+
}
104+
],
105+
"pcbview": [
106+
{
107+
"id": "API SDK",
108+
"title": "代码编辑器",
109+
"menuItems": [
110+
{
111+
"id": "Open Script Tool",
112+
"title": "打开编辑器...",
113+
"registerFn": "openScriptTool"
114+
}
115+
]
116+
}
91117
]
92118
}
93119
}

0 commit comments

Comments
 (0)