About 1,410,000 results
Open links in new tab
  1. Selecting block of code in Visual Studio Code - Stack Overflow

    Dec 30, 2020 · In Visual Studio Code, there is a new option called Balance. First you can place the cursor in a suitable block. After that, you can press Ctrl + Shift + P. Type balance and it lists like below. Now press Enter, it will select the related code block like below. For simple use, you can add a shortcut key binding.

  2. How to shift a block of code left/right by one space in VSCode?

    Dec 20, 2017 · While these methods work, newer versions of VS Code uses the Ctrl +] shortcut to indent a block of code once, and Ctrl + [ to remove indentation.

  3. editor - VS Code cursor appear as a block and without typical …

    Jun 16, 2024 · After some configuration, my cursor in VS Code started appearing as a block. In that state, I'm not able to backspace or edit any of the code. In a saved file with code already written, I can hit the "I" key, and it changes the cursor back to …

  4. Visual Studio Code tips and tricks

    Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more.

  5. Achieving Block Selection and Cursor Positioning in Visual Studio Code ...

    Jan 8, 2025 · Learn how to achieve Notepad++'s block selection and cursor positioning in Visual Studio Code, combining built-in features and extensions for a more productive workflow.

  6. Selecting Blocks Like Notepad++ in Visual Studio Code

    Jan 7, 2025 · Learn how to select blocks similar to Notepad++ in Visual Studio Code. This article will guide you through the process of using Visual Studio Code's block selection feature.

  7. How to Shift a Block of Code Left or Right in VS Code

    Apr 6, 2024 · To shift a block of code to the left or the right: Highlight the block of code with your mouse. Press Tab to move the block of code to the right. Press Shift + Tab to move the block of code to the left. The Tab key indents the code whereas pressing Shift …

  8. Code Blocks - Visual Studio Marketplace

    Code blocks. Supercharge your editor with syntactically aware code navigation and manipulation, in any language supported by tree-sitter. Features Block mode. Syntactically aware code selection (e.g. select scope), navigation (e.g. goto next function) and manipulation (e.g. re-order function parameters), right inside your editor. Code Blocks Editor

  9. Codeblocks vs Visual Studio Code : r/C_Programming - Reddit

    Nov 12, 2020 · Vscode is good cross platform ide. With Cpp plugin its pretty good as basic foundation for C developer. Decent debug environment. Automate builds and task. Just you need some patience to learn and you will never use any commercial ide. vim :-) I recommend clion from jetbrains and emacs. Just go with VSC.

  10. Code Block - Visual Studio Marketplace

    Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. This is an extension which provide the functionality of splitting the code file into small blocks and manipulate with it (something like Jupyter). "ctrl+shift+p" and execute the …

  11. Some results have been removed
Refresh