Visual Studio Code - working with two sub-windows but making them not effecting one another?
Visual Studio Code (VSCODE to all you coming here from search engines) allows splitting the current working window into two windows:
When I type text in one, it appears in the other.
I desire that such automatic copy-pasting of thext in Window 1 to Window 2 won't occur.
I need Window 2 to have its own different text that I myself will write or paste.
I need this because I translate code from one language to another.
Is there a way to do so in Visual Studio Code?
windows-10 code translation visual-studio-code split-window
add a comment |
Visual Studio Code (VSCODE to all you coming here from search engines) allows splitting the current working window into two windows:
When I type text in one, it appears in the other.
I desire that such automatic copy-pasting of thext in Window 1 to Window 2 won't occur.
I need Window 2 to have its own different text that I myself will write or paste.
I need this because I translate code from one language to another.
Is there a way to do so in Visual Studio Code?
windows-10 code translation visual-studio-code split-window
add a comment |
Visual Studio Code (VSCODE to all you coming here from search engines) allows splitting the current working window into two windows:
When I type text in one, it appears in the other.
I desire that such automatic copy-pasting of thext in Window 1 to Window 2 won't occur.
I need Window 2 to have its own different text that I myself will write or paste.
I need this because I translate code from one language to another.
Is there a way to do so in Visual Studio Code?
windows-10 code translation visual-studio-code split-window
Visual Studio Code (VSCODE to all you coming here from search engines) allows splitting the current working window into two windows:
When I type text in one, it appears in the other.
I desire that such automatic copy-pasting of thext in Window 1 to Window 2 won't occur.
I need Window 2 to have its own different text that I myself will write or paste.
I need this because I translate code from one language to another.
Is there a way to do so in Visual Studio Code?
windows-10 code translation visual-studio-code split-window
windows-10 code translation visual-studio-code split-window
asked Dec 16 at 0:38
JohnDoea
9111342
9111342
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Using the "Split Editor Right" Button opens a second Group with the same document active.
It only makes sense that your writing is copied over as it is the same document.
To get what you want, you only need to create two different files and open each in one Group/Tab.
After splitting I went to the first window, l clicked File > New File (`CTRL+N) and than just closed the first one and it was even faster creation; maybe you'd like to edit per this comment. Thank you !
– JohnDoea
Dec 16 at 1:29
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1384928%2fvisual-studio-code-working-with-two-sub-windows-but-making-them-not-effecting%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Using the "Split Editor Right" Button opens a second Group with the same document active.
It only makes sense that your writing is copied over as it is the same document.
To get what you want, you only need to create two different files and open each in one Group/Tab.
After splitting I went to the first window, l clicked File > New File (`CTRL+N) and than just closed the first one and it was even faster creation; maybe you'd like to edit per this comment. Thank you !
– JohnDoea
Dec 16 at 1:29
add a comment |
Using the "Split Editor Right" Button opens a second Group with the same document active.
It only makes sense that your writing is copied over as it is the same document.
To get what you want, you only need to create two different files and open each in one Group/Tab.
After splitting I went to the first window, l clicked File > New File (`CTRL+N) and than just closed the first one and it was even faster creation; maybe you'd like to edit per this comment. Thank you !
– JohnDoea
Dec 16 at 1:29
add a comment |
Using the "Split Editor Right" Button opens a second Group with the same document active.
It only makes sense that your writing is copied over as it is the same document.
To get what you want, you only need to create two different files and open each in one Group/Tab.
Using the "Split Editor Right" Button opens a second Group with the same document active.
It only makes sense that your writing is copied over as it is the same document.
To get what you want, you only need to create two different files and open each in one Group/Tab.
edited Dec 16 at 3:29
answered Dec 16 at 1:14
Alexander
365
365
After splitting I went to the first window, l clicked File > New File (`CTRL+N) and than just closed the first one and it was even faster creation; maybe you'd like to edit per this comment. Thank you !
– JohnDoea
Dec 16 at 1:29
add a comment |
After splitting I went to the first window, l clicked File > New File (`CTRL+N) and than just closed the first one and it was even faster creation; maybe you'd like to edit per this comment. Thank you !
– JohnDoea
Dec 16 at 1:29
After splitting I went to the first window, l clicked File > New File (`CTRL+N) and than just closed the first one and it was even faster creation; maybe you'd like to edit per this comment. Thank you !
– JohnDoea
Dec 16 at 1:29
After splitting I went to the first window, l clicked File > New File (`CTRL+N) and than just closed the first one and it was even faster creation; maybe you'd like to edit per this comment. Thank you !
– JohnDoea
Dec 16 at 1:29
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f1384928%2fvisual-studio-code-working-with-two-sub-windows-but-making-them-not-effecting%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