About 28 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

    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)

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

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

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

    Stack Overflow | The World’s Largest Online Community for Developers

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

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

    Sep 30, 2023 · I'm using VSCode and latest salesforce cli (v2), I've authorized my org and everything is working good. When I click on the icon in the pic (part of Salesforce CLI …

  10. Visual Studio Code debugger with Chrome refused to connect to …

    I've tried several suggestions on other posts to no avail. I have a 9 month old project that no longer shows in the browser from F5 debugging in vs code. I set up a brand new simple …