Missing preferences on Visual Studio
My preferences page in Visual Studio is missing. It is meant to be under file but it just isn't there.
I have been trying to change my code theme but ran into the issue of not being able to find the preference page. I have the latest version of Visual Studio. Is there any ways to get preferences back or an other way to change the code theme for Visual Studio?
visual-studio-2017
add a comment |
My preferences page in Visual Studio is missing. It is meant to be under file but it just isn't there.
I have been trying to change my code theme but ran into the issue of not being able to find the preference page. I have the latest version of Visual Studio. Is there any ways to get preferences back or an other way to change the code theme for Visual Studio?
visual-studio-2017
If you had researched this, you should've turned up the answer mentioned here: stackoverflow.com/questions/10179201/… . Read the answer starting "Try resetting your View menu" and upvote it if it resolves your issue.
– Debra
Jan 18 at 16:52
I have already tried that and it fixed nothing.
– Cooper Whitbread
Jan 19 at 4:35
OK. The things you have tried already should generally be reflected in your question, so that people answering don't suggest the same things you've already done that didn't work.
– Debra
Jan 22 at 20:47
add a comment |
My preferences page in Visual Studio is missing. It is meant to be under file but it just isn't there.
I have been trying to change my code theme but ran into the issue of not being able to find the preference page. I have the latest version of Visual Studio. Is there any ways to get preferences back or an other way to change the code theme for Visual Studio?
visual-studio-2017
My preferences page in Visual Studio is missing. It is meant to be under file but it just isn't there.
I have been trying to change my code theme but ran into the issue of not being able to find the preference page. I have the latest version of Visual Studio. Is there any ways to get preferences back or an other way to change the code theme for Visual Studio?
visual-studio-2017
visual-studio-2017
edited Jan 18 at 4:45
Blackwood
2,88671728
2,88671728
asked Jan 18 at 1:04
Cooper WhitbreadCooper Whitbread
1
1
If you had researched this, you should've turned up the answer mentioned here: stackoverflow.com/questions/10179201/… . Read the answer starting "Try resetting your View menu" and upvote it if it resolves your issue.
– Debra
Jan 18 at 16:52
I have already tried that and it fixed nothing.
– Cooper Whitbread
Jan 19 at 4:35
OK. The things you have tried already should generally be reflected in your question, so that people answering don't suggest the same things you've already done that didn't work.
– Debra
Jan 22 at 20:47
add a comment |
If you had researched this, you should've turned up the answer mentioned here: stackoverflow.com/questions/10179201/… . Read the answer starting "Try resetting your View menu" and upvote it if it resolves your issue.
– Debra
Jan 18 at 16:52
I have already tried that and it fixed nothing.
– Cooper Whitbread
Jan 19 at 4:35
OK. The things you have tried already should generally be reflected in your question, so that people answering don't suggest the same things you've already done that didn't work.
– Debra
Jan 22 at 20:47
If you had researched this, you should've turned up the answer mentioned here: stackoverflow.com/questions/10179201/… . Read the answer starting "Try resetting your View menu" and upvote it if it resolves your issue.
– Debra
Jan 18 at 16:52
If you had researched this, you should've turned up the answer mentioned here: stackoverflow.com/questions/10179201/… . Read the answer starting "Try resetting your View menu" and upvote it if it resolves your issue.
– Debra
Jan 18 at 16:52
I have already tried that and it fixed nothing.
– Cooper Whitbread
Jan 19 at 4:35
I have already tried that and it fixed nothing.
– Cooper Whitbread
Jan 19 at 4:35
OK. The things you have tried already should generally be reflected in your question, so that people answering don't suggest the same things you've already done that didn't work.
– Debra
Jan 22 at 20:47
OK. The things you have tried already should generally be reflected in your question, so that people answering don't suggest the same things you've already done that didn't work.
– Debra
Jan 22 at 20:47
add a comment |
1 Answer
1
active
oldest
votes
Using Visual Studio Code version 1.30.2 as an example, I see that you can also set the Color Theme by using Ctrl+K Ctrl+T
. Or you can use Ctrl+Shift+P
to open an interface where you can get to any command. Maybe these also work in Visual Studio 2017.
I see that Visual Studio 2017 has color themes under Tools > Options > Environment > General.
And under Tools > Customize, you might be able to get your File > Preferences menu item back.
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%2f1395591%2fmissing-preferences-on-visual-studio%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 Visual Studio Code version 1.30.2 as an example, I see that you can also set the Color Theme by using Ctrl+K Ctrl+T
. Or you can use Ctrl+Shift+P
to open an interface where you can get to any command. Maybe these also work in Visual Studio 2017.
I see that Visual Studio 2017 has color themes under Tools > Options > Environment > General.
And under Tools > Customize, you might be able to get your File > Preferences menu item back.
add a comment |
Using Visual Studio Code version 1.30.2 as an example, I see that you can also set the Color Theme by using Ctrl+K Ctrl+T
. Or you can use Ctrl+Shift+P
to open an interface where you can get to any command. Maybe these also work in Visual Studio 2017.
I see that Visual Studio 2017 has color themes under Tools > Options > Environment > General.
And under Tools > Customize, you might be able to get your File > Preferences menu item back.
add a comment |
Using Visual Studio Code version 1.30.2 as an example, I see that you can also set the Color Theme by using Ctrl+K Ctrl+T
. Or you can use Ctrl+Shift+P
to open an interface where you can get to any command. Maybe these also work in Visual Studio 2017.
I see that Visual Studio 2017 has color themes under Tools > Options > Environment > General.
And under Tools > Customize, you might be able to get your File > Preferences menu item back.
Using Visual Studio Code version 1.30.2 as an example, I see that you can also set the Color Theme by using Ctrl+K Ctrl+T
. Or you can use Ctrl+Shift+P
to open an interface where you can get to any command. Maybe these also work in Visual Studio 2017.
I see that Visual Studio 2017 has color themes under Tools > Options > Environment > General.
And under Tools > Customize, you might be able to get your File > Preferences menu item back.
edited Jan 18 at 1:53
answered Jan 18 at 1:45
Doug DedenDoug Deden
862213
862213
add a comment |
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.
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%2f1395591%2fmissing-preferences-on-visual-studio%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
If you had researched this, you should've turned up the answer mentioned here: stackoverflow.com/questions/10179201/… . Read the answer starting "Try resetting your View menu" and upvote it if it resolves your issue.
– Debra
Jan 18 at 16:52
I have already tried that and it fixed nothing.
– Cooper Whitbread
Jan 19 at 4:35
OK. The things you have tried already should generally be reflected in your question, so that people answering don't suggest the same things you've already done that didn't work.
– Debra
Jan 22 at 20:47