
Shortcut for joining two lines - Stack Overflow
What's the keyboard shortcut for joining two lines in VS Code? If the cursor is anywhere in the first line of f(foo, bar) then when I hit the shortcut, I want to get f(foo, bar)
How to make VS Code compact multiple lines to a single line?
Jul 20, 2017 · Select your code => F1 => "Join Lines" You can also create a keyboard shortcut for this command editor.action.joinLines Default shortcut on Mac is Ctrl + J
How to merge files (differentiate) in visual studio code
Nov 30, 2017 · I am using Visual studio code for angular2 application. The requirement is to merge files, so, I want to differentiate changes in two files as it happens in Netbeans IDE. Is …
How to join multiple lines into one line with VS Code?
In Sublime Text 3, having multiple cursors on several lines and joining them with CMD+J results in a single line: However, the same operation in VS Code (CTRL+J), results in half the number of …
How to use editor.action.joinLines in visual studio code?
Mar 29, 2017 · As the title says, in visual studio code you can use the editor.action.joinLines to join different lines of text to one single line? Being an editor noob, the question is how? How …
How to enable C++17 support in VSCode C++ Extension
Mar 21, 2018 · UPDATE: I found a fix. I tried putting -std=C++17 in the "defaults" section of msvc.json per the recommendation of the "Setting C++ standard" link and it didn't work. …
unable to type in Visual Studio Code - Stack Overflow
Aug 17, 2017 · people from StackOverflow. I have a very frustrating experience with VS Code. At the moment of starting a new file, a mode starts on the editor that makes me being unable to …
java - 'boolean org.eclipse.jdt.internal.core.SourceMethod ...
Jun 5, 2024 · Why do I keep getting this error in VS Code when I try to run a Java file 'boolean org.eclipse.jdt.internal.core.SourceMethod.isMainMethodCandidate ()' I already ...
In VS Code is the an opposite command from join lines? Like, …
Nov 7, 2018 · For instance vscode 'join lines' command that you can do by selecting text and then cmd+j will make all code to one line. If you say have a formatter for whatever language you …
visual studio code - Stack Overflow
May 8, 2019 · Using only vscode with java extensions added, and native Java 8 without any additional libraries or extensions, I'd like to use log4j. I have downloaded the various .jar files …