kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
810 stars 135 forks source link

Complete current statement with semicolon if JS and configured #353

Closed grgar closed 2 months ago

grgar commented 2 months ago

Fixes #65 by inserting a semicolon at the end of the line if language is JavaScript (or TypeScript) and semicolons are configured as required using the existing javascript.format.semicolons configuration option in the JavaScript extension.

kasecato commented 2 months ago

Will be released on v1.7.3