Releases: iwxyi/vscode-plugin-LazyKey
Releases · iwxyi/vscode-plugin-LazyKey
添加函数括号补全
添加Enter、Tab;细节优化
- Support
JavaSript
- Add smarter
Enter
key with ignoring right parentheses and auto indentation - Add smarter
Tab
key with skipping and inserting in a parameter list - Hide suggest after point
->
if exists variable on the right - Repair the case of
cout < <
- Support more case like converting
qDebug(),,
toqDebug() <<
- Auto detect whether
< >
or" "
to be used after#include
by space key - Completely fix converting
9
/0
to()
twice - Fix putting the current line in the code block bt
[
- Add
{ }
at the end of the line beginning withif/for/...
- Auto indent when inserting
{ }
in a blank line
可输入的几个按键映射
重写可输入的几个按键映射方式