How do I select a block of code in VSCode using only the keyboard?2019 Community Moderator ElectionSelecting block of code in vs codeHow to open Visual Studio Code from the command line on OSX?VSCode - How do I set tab-space style?How do you format code in Visual Studio Code (VSCode)How do I search for files in Visual Studio Code?Remove trailing spaces automatically or with a shortcutVisual Studio Code - Make Selected Block of Text Uppercase?How to navigate back to the last cursor position in Visual Studio Code?Is there in vscode an option to: Select everything between matching bracketsHow do I configure Visual Studio Code to open files always in a new tab?How to indent/format a selection of code in VSCode with ctrl+shift+f
Hacking a Safe Lock after 3 tries
Does someone need to be connected to my network to sniff HTTP requests?
My adviser wants to be the first author
Opacity of an object in 2.8
Look at your watch and tell me what time is it. vs Look at your watch and tell me what time it is
SOQL: Populate a Literal List in WHERE IN Clause
Are there other languages, besides English, where the indefinite (or definite) article varies based on sound?
Official degrees of earth’s rotation per day
compactness of a set where am I going wrong
Can a druid choose the size of its wild shape beast?
What has been your most complicated TikZ drawing?
Life insurance that covers only simultaneous/dual deaths
Is it possible to upcast ritual spells?
Can I use USB data pins as power source
Do I need life insurance if I can cover my own funeral costs?
How could a scammer know the apps on my phone / iTunes account?
Happy pi day, everyone!
Instead of Universal Basic Income, why not Universal Basic NEEDS?
What do Xenomorphs eat in the Alien series?
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
Time travel from stationary position?
A sequence that has integer values for prime indexes only:
Is there a data structure that only stores hash codes and not the actual objects?
Gravity magic - How does it work?
How do I select a block of code in VSCode using only the keyboard?
2019 Community Moderator ElectionSelecting block of code in vs codeHow to open Visual Studio Code from the command line on OSX?VSCode - How do I set tab-space style?How do you format code in Visual Studio Code (VSCode)How do I search for files in Visual Studio Code?Remove trailing spaces automatically or with a shortcutVisual Studio Code - Make Selected Block of Text Uppercase?How to navigate back to the last cursor position in Visual Studio Code?Is there in vscode an option to: Select everything between matching bracketsHow do I configure Visual Studio Code to open files always in a new tab?How to indent/format a selection of code in VSCode with ctrl+shift+f
What is the best way to select a block of code in VSCode?
Is there any shortCut, which we can use?
visual-studio-code
add a comment |
What is the best way to select a block of code in VSCode?
Is there any shortCut, which we can use?
visual-studio-code
See stackoverflow.com/questions/44956653/… for expanding a selection to a block of code.
– Mark
Mar 7 at 15:08
Possible duplicate of Selecting block of code in vs code
– Alex Myers
Mar 7 at 16:57
add a comment |
What is the best way to select a block of code in VSCode?
Is there any shortCut, which we can use?
visual-studio-code
What is the best way to select a block of code in VSCode?
Is there any shortCut, which we can use?
visual-studio-code
visual-studio-code
asked Mar 7 at 14:10
user1941537user1941537
399214
399214
See stackoverflow.com/questions/44956653/… for expanding a selection to a block of code.
– Mark
Mar 7 at 15:08
Possible duplicate of Selecting block of code in vs code
– Alex Myers
Mar 7 at 16:57
add a comment |
See stackoverflow.com/questions/44956653/… for expanding a selection to a block of code.
– Mark
Mar 7 at 15:08
Possible duplicate of Selecting block of code in vs code
– Alex Myers
Mar 7 at 16:57
See stackoverflow.com/questions/44956653/… for expanding a selection to a block of code.
– Mark
Mar 7 at 15:08
See stackoverflow.com/questions/44956653/… for expanding a selection to a block of code.
– Mark
Mar 7 at 15:08
Possible duplicate of Selecting block of code in vs code
– Alex Myers
Mar 7 at 16:57
Possible duplicate of Selecting block of code in vs code
– Alex Myers
Mar 7 at 16:57
add a comment |
2 Answers
2
active
oldest
votes
You can press SHIFT
and select code with arrow keys.
add a comment |
Depends on the language, it was already asked btw.
Check this, works with HTML and JS
Also pressing Ctrl + I + up/down arrow will select the whole next line.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55045799%2fhow-do-i-select-a-block-of-code-in-vscode-using-only-the-keyboard%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can press SHIFT
and select code with arrow keys.
add a comment |
You can press SHIFT
and select code with arrow keys.
add a comment |
You can press SHIFT
and select code with arrow keys.
You can press SHIFT
and select code with arrow keys.
answered Mar 7 at 14:12
tezzotezzo
8,01911340
8,01911340
add a comment |
add a comment |
Depends on the language, it was already asked btw.
Check this, works with HTML and JS
Also pressing Ctrl + I + up/down arrow will select the whole next line.
add a comment |
Depends on the language, it was already asked btw.
Check this, works with HTML and JS
Also pressing Ctrl + I + up/down arrow will select the whole next line.
add a comment |
Depends on the language, it was already asked btw.
Check this, works with HTML and JS
Also pressing Ctrl + I + up/down arrow will select the whole next line.
Depends on the language, it was already asked btw.
Check this, works with HTML and JS
Also pressing Ctrl + I + up/down arrow will select the whole next line.
answered Mar 7 at 14:21
Kata CsortosKata Csortos
393
393
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55045799%2fhow-do-i-select-a-block-of-code-in-vscode-using-only-the-keyboard%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
See stackoverflow.com/questions/44956653/… for expanding a selection to a block of code.
– Mark
Mar 7 at 15:08
Possible duplicate of Selecting block of code in vs code
– Alex Myers
Mar 7 at 16:57