Skip to content

Releases: weakish/vscode-complete-statement

rusty

11 Jul 08:32
0.4.0
b6d370f
Compare
Choose a tag to compare
  • Fix an issue that complete statement will move down one extra line when the cursor is at the end of the line.
  • Supports two new keywords: loop & fn (used in Rust).
  • Publish to open-vsx.org

new line

06 Jun 15:16
28f6732
Compare
Choose a tag to compare

Create a new line after completion and move the cursor down.
This behavior is consistent with IntelliJ's complete statement function.

refreshment

01 Mar 15:26
v0.2.0
d6144e8
Compare
Choose a tag to compare
- Support functions in more languages such as Swift, Kotlin, Go, Scal…

…a, C.

- Support class, interface, object.
- Insert a blank line on a line already ending with ';'.
- Press `ctrl+;` again to move cursor to next line for complex structure.
- Support Allman style.
- Migrate vscode engine from 1.4 to 1.31