Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to put one " ; " at the end of line #65

Closed
xliez opened this issue Mar 12, 2017 · 2 comments · Fixed by #353
Closed

How to put one " ; " at the end of line #65

xliez opened this issue Mar 12, 2017 · 2 comments · Fixed by #353

Comments

@xliez
Copy link

xliez commented Mar 12, 2017

While in jetbrains, 'ctrl+shift+enter' will end this line with a semicolon, I think it awesome and useful.

@stfnio
Copy link

stfnio commented Jul 16, 2018

It'd be awesome

@afloarea
Copy link

Would it be possible for JS files in particular, when using the ctrl+shift+enter shortcut, to append a semicolon based on the Javascipt>Format Semicolons setting of vscode?

Right now, to obtain the desired effect you have to do ctrl+shift+enter and then ctrl+alt+l to format (which actually formats the entire file).

Regardless of the outcome of this github issue, thank you for this great vs-code extension 🙏

grgar added a commit to grgars/vscode-intellij-idea-keybindings that referenced this issue Apr 28, 2024
Fixes kasecato#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.
grgar added a commit to grgars/vscode-intellij-idea-keybindings that referenced this issue Apr 28, 2024
Fixes kasecato#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.
grgar added a commit to grgars/vscode-intellij-idea-keybindings that referenced this issue Apr 28, 2024
Fixes kasecato#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants