About 11,000 results
Open links in new tab
  1. 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

  2. Shortcut for joining two lines - Stack Overflow

    Visual Studio Code now comes with a default key binding for joining lines, Ctrl + J. You can find all keyboard shortcuts under Preferences > Open Keyboard Shortcuts. You can overwrite it …

  3. 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 …

  4. 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 …

  5. Newest 'visual-studio-code' Questions - Stack Overflow

    4 days ago · Stack Overflow | The World’s Largest Online Community for Developers

  6. 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 …

  7. Wordle clone game in Code.org not validating user guess

    Mar 3, 2025 · The userGuess variable is not getting set to the user inputs as the program runs. Add in a line before you call checkIfCorrect to update the variable before you pass it to the …

  8. How do I change used browser to "Open Org" service for my …

    Sep 30, 2023 · This maybe too late, but you can set the default browser on your laptop settings. If you have windows Go to Settings > Apps> Defaults > Select the browser you would like to …

  9. 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 …

  10. How to display text from a dataset in code.org? - Stack Overflow

    Aug 6, 2021 · I am working on a Dungeons and Dragons app that will eventually show information from the D&D books. So I am trying to display the spell information from a dataset. I have …