About 129 results
Open links in new tab
  1. Move Line Up/Down shortcut in Visual Studio - Stack Overflow

    Since VS 2013, the shortcut comes with built-in keybinds: These move the selected line (s) up and down. If a line isn't selected, but the text entry cursor is on the line, that also works without having to select the line.

  2. visual studio 2015 - How to move line up and down in VS2015

    Oct 13, 2016 · I don't know if something has changed recently in Visual Studio 2015 but before I was able to press ALT + UP ARROW KEY or ALT + DOWN ARROW KEY to move lines in code up or down and now it does not do anything.

  3. Shortcut to move up and down in the suggestion list provided by the ...

    Aug 6, 2021 · We can use user keybindings to navigate up and down in suggestions available. There are two default key bindings selectPrevSuggestion and selectNextSuggestion in vscode which can be used to move up and down in the suggestions list.

  4. Tip: Hotkey for quickly moving lines of code in VS and VS Code

    Sep 21, 2018 · You can very quickly move lines of code up and down using the “Alt-Arrow [Up/Down]”. As seen below in the gif, after typing out some code, pressing Alt-Arrow Down moved the line of code where my cursor was down, and the line below it up.

  5. Five shortcuts to boost your productivity - Visual Studio Blog

    Jan 9, 2023 · Learn tips and tricks to boost your AI-coding skills using GitHub Copilot in a virtual event. Taking full advantage of the Visual Studio editor features will make you a more productive developer. Any keyboard warrior will tell you that knowing the right shortcuts boosts that productivity even further.

  6. Common Control Patterns for Visual Studio - Visual Studio

    Mar 9, 2023 · Learn about how Visual Studio common controls follow the Windows Desktop interaction guidelines and about special situations that augment those guidelines.

  7. 10 Visual Studio 2019 Code Editor Productivity Tips - C# Corner

    In this blog, you will learn 10 Visual Studio Ninja Code Editor Productivity Tips. 1. Move one or several lines up and down. The line that contains the editing caret can be moved up and down with Alt+Up and Alt+Down. In the same way, several selected lines can be moved up and down. Move lines up and down with Alt+Up and Alt+Down. 2.

  8. Visual Studio Code tips and tricks

    Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts.

  9. VS 2019 : scroll up and down through intellisense suggestions

    Jul 31, 2020 · Hi, Visual Studio 2019 beginner here : what preference should I tweak if I want to use the same shortcut for line up/line down (Ctrl + n / ctrl + p) to scroll intellisense suggestions ? I hate to use arrow keys to do that.

  10. What's the equivalent for eclipse's ALT+UP/DOWN (move line) in Visual ...

    Dec 24, 2010 · In Visual Studio 2013 and later, you can move lines up and down using Alt + ↑ / Alt + ↓. Unfortunately this will not adjust the indentation if you move between blocks, as of today only ReSharper (and all other IDE's by Jetbrains including Rider) can help you with that.

  11. Some results have been removed
Refresh