Skip to content

Releases: iwxyi/vscode-plugin-LazyKey

添加函数括号补全

12 Nov 08:43
Compare
Choose a tag to compare
  • 自动提示补全函数括号
  • 针对方法的点号转指针
  • 避免卡顿的9和0
  • 其余细节优化

添加Enter、Tab;细节优化

21 Oct 11:42
Compare
Choose a tag to compare
  • 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(),, to qDebug() <<
  • 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 with if/for/...
  • Auto indent when inserting { } in a blank line

可输入的几个按键映射

19 Oct 10:53
Compare
Choose a tag to compare

重写可输入的几个按键映射方式