Skip to main content

Questions tagged [visual-studio-2013]

Visual Studio 2013 is a version of Microsoft's Visual Studio (also known as "Dev12", includes C++ compiler version 18.0). Do not use this tag unless you have a specific question about Visual Studio -- not just a coding issue.

756 votes
5 answers
231k views

How to hide reference counts in VS2013?

Visual Studio 2013 introduced a new feature where it shows you how many times each of your methods are used. I don't find it very useful, and it messes up the spacing of my file. How do I disable it? ...
mpen's user avatar
  • 280k
582 votes
12 answers
63k views

How to disable all caps menu titles in Visual Studio

I assume the title is self explanatory. Just want to change the look of the Visual Studio 2012 not to show menu title in all capital letters.
Amir's user avatar
  • 9,617
533 votes
13 answers
838k views

Is there a format code shortcut for Visual Studio?

In Eclipse there is a shortcut, Ctrl+Shift+F, that re-indents code and fixes comments and blank lines. Is there an equivalent for Visual Studio 2010?
user avatar
353 votes
18 answers
165k views

How can I switch my signed in user in Visual Studio 2013?

A new feature of Visual Studio 2013 is the ability to sign in with a Microsoft Account and have your settings be persisted across all of your instances of Visual Studio, amongst other things. When I ...
Dewi Rees's user avatar
  • 3,707
347 votes
5 answers
136k views

How do you reference a capture group with regex find and replace in Visual Studio 2012, 2013, 2015, and VS Code

I realize there are a ton of questions about this, but none that I found specifically referenced which VS version they referred to. With that important information lacking, I still was unable to ...
SgtPooki's user avatar
  • 11.5k
331 votes
4 answers
118k views

How to turn off CodeLens-References

I recently installed Visual Studio 2013 Ultimate. Now, as you know, there is this "n references" above all methods. When I go to the CodeLens options, I can't disable this single feature, since the ...
IMX's user avatar
  • 3,642
320 votes
10 answers
504k views

Ignore Typescript Errors "property does not exist on value of type"

In VS2013 building stops when tsc exits with code 1. This was not the case in VS2012. How can I run my solution while ignoring the tsc.exe error? I get many The property 'x' does not exist on value ...
daniel's user avatar
  • 35.2k
306 votes
9 answers
217k views

Where is Developer Command Prompt for VS2013?

I need to run web.exe file from my developer command prompt in Visual Studio 2013. By default, the command prompt is not installed in Visual Studio 2013. Previously, I was using Visual Studio 2012. ...
user276363's user avatar
  • 3,163
292 votes
15 answers
271k views

Call asynchronous method in constructor?

Summary: I would like to call an asynchronous method in a constructor. Is this possible? Details: I have a method called getwritings() that parses JSON data. Everything works fine if I just call ...
Kaan Baris Bayrak's user avatar
270 votes
32 answers
156k views

Why is Visual Studio 2013 very slow?

I'm running Visual Studio 2013 Pro (RTM version) on my formatted PC (Windows 8.1 fresh install). I don't know why, but Visual Studio 2013 Pro is very very slow! Slow for building, debugging, ...
Walter Fabio Simoni's user avatar
261 votes
8 answers
56k views

No EditorOptionDefinition Export Found Error

In Visual Studio 2013 I started getting the following error when trying to open C# files: No EditorOptionDefinition export found for the given option name: Tabs/ConvertTabsToSpaces Parameter name: ...
Jake1164's user avatar
  • 12.3k
237 votes
7 answers
170k views

How to get list of zero-reference/unreferenced code in Visual Studio

In visual studio 2013 the number of references of a special Code(method, property, field,...) is shown by Code Lens. I want to get unused (zero reference) Code in visual studio. Is there any way to ...
Nima Rostami's user avatar
  • 2,862
236 votes
15 answers
53k views

Why can't my program compile under Windows 7 in French? [closed]

I'm running Windows 7 French and I'm trying to compile this really basic program, but Visual Studio is being stubborn and refuses to comply. I also tried compiling it with both GCC 4.7 and Clang trunk ...
Lightness Races in Orbit's user avatar
232 votes
22 answers
163k views

Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE] even if app appears to not be installed

When trying to deploy my app to the Android device I am getting the following error: Deployment failed because of an internal error: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE] I am aware of this ...
YKa's user avatar
  • 4,096
230 votes
6 answers
36k views

Disable ALL CAPS menu items in Visual Studio 2013

In Visual Studio 2013, Microsoft again presents the menu in UPPERCASE as the default. Can these be modified to be Sentence Case?
rubber boots's user avatar
  • 15.1k

15 30 50 per page
1
2 3 4 5
1250