File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 2.1.4
2+
3+ ## 优化
4+
5+ 1 . 优化补全自动注释
6+ 2 . 优化补全自动空格
7+ 3 . 更全的工作区支持
8+
19# 2.1.3
210
311## 新增
Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments