Zerobrane 偷懒的小费?(如Visual Studio)

Zerobrane 偷懒的小费?(如Visual Studio),zerobrane,Zerobrane,我最近发现了Löve和Zerobrane,我来自Visual Studio 2013/17上的VB.NET,我寻找一些技巧 经过一些搜索后,我在系统首选项中写下以下内容: acandtip.fillups = " +-*/%.,(){}[]" 自动完成很快(通常,我接受建议,并使用这些键继续我的线路) 但我找不到对此的偏好: 当我写入“if true”并按Enter键时,Visual Studio会自动写入: if true then --my cursor is here end a

我最近发现了Löve和Zerobrane,我来自Visual Studio 2013/17上的VB.NET,我寻找一些技巧

经过一些搜索后,我在系统首选项中写下以下内容:

acandtip.fillups = " +-*/%.,(){}[]"
自动完成很快(通常,我接受建议,并使用这些键继续我的线路)

但我找不到对此的偏好: 当我写入“if true”并按Enter键时,Visual Studio会自动写入:

if true then
   --my cursor is here
end
a = b + c
(对函数、函数等的相同技巧…)

另一个我没有发现的技巧: 当我写“a=b+c”时,Visual Studio会自动写:

if true then
   --my cursor is here
end
a = b + c
当您阅读代码时,它非常有用;)

我是法国人,也许我在谷歌上找不到正确的词来找到这些偏好


感谢您的阅读和帮助:D

ZeroBrane Studio在当前版本中键入
如果为true
时不会自动添加这些空白,也不会添加
,然后结束
片段