Distracting Red Icons in Visual Studio 2013 - ide

Visual Studio 2013 displays all my TypeScript files with a red icon:
I have no idea why they are red dark-orange (there are no errors and .cs/.json/etc. are fine) but I find that very distracting.
Can I make them black/green/anything-but-red'ish?

There is a Visual Studio Icon Patcher for VS 2012 that can be made to work with 2013!

There isn't a built-in way to change this. It's really more of a dark orange, though.

For those having trouble finding the VSIP for VS2013, I was able to download it from this site

Related

Visual studio 2022 IntelliSense only displaying for 1 second and then dissapearing

When i'm typing code, the intellisense comes up to predict code, but before i can choose something in the list, its already gone. I know that you can use crtl+spacebar to bring it back up. But it's pretty annoying.
Does someone knows how to fix this?
(I'm using visual studio 17.3.1 (.Net - C#))
It is likely that this problem is caused by vs extension. You can try to disable the extensions and try again. If it doesn't work you can choose to reinstall Visual Studio.

How to make the style of a MenuStrip like that of the MenuStrip in Notepad? (VB.NET)

and I was wondering if there was a way to get this style of MenuStrip:
in a WinForms application, instead of this style:
I've already tried browsing through the different appearances Visual Studio offers, but I think it might be the version of the .NET framework I'm using, which is 4.5, I'm fairly certain.
Edit: Sorry, I should have said this before, but I'm using Windows 7 and Visual Studio 2010.
I've found the solution. Just simply replace a MenuStrip with a ToolStrip, and but the RenderMode property to "System". I feel rather silly now heh
I found the solution.Right click on toolbar and click Choose Item.Now select .Net Framework click Main Menu.
Now use it. But I have windows 7 and visual basic 2010 express...

Visual Studio 2017 Xaml intellisense not working with tag "Style"

I have Visual Studio 2017 rel. 15.4.2 with Xamarin 4.7.10.33 (s.o. Windows 7 64 bit).
I create a simple app for Android and iOS and I try to use styles resources.
When I try to define a style inside a ResourceDictionary (in Application.Resources), the intellisense do not show tag "Style".
I have to insert it manually and I don't see nothing oh style's properties.
I see only this
How can I solve this problem?
Thanks in advance
I can reproduced this in my side and I have reported it to the VS Product Team to seek for a better support, please check this: Visual Studio 2017 Xaml intellisense not working with tag “Style”
and you can add your comments and vote it, then you can get any updates from the VS Product Team engineers to know the detail progress.

Reporting template in Visual Studio 2017

The Reporting template seems missing in VS2017 (I am using Visual Basic). Any way to get it back?
I have already tried installing SQL Server Data tools and the rdlc extension from the marketplace, but it still doesn't show up.
The template is available in the Add New Item window. Select Visual C# and then look for the Report and Report Wizard templates. These templates are only visible under Visual C#, not under any subitem.
Try updating ReportViewer to version 14.0.0.0 and installing Microsoft.RdlcDesigner. This worked for me for Visual C# and then just like J.Bunch said there is no sub item Reporting like there was before so you just scroll down thorough all items. Also try this although the example is for C# I think it should at least help you with VB.Net as well. Hope it helps.

Is it possible to change the color of the object explorer in SQL Management Studio 2012?

I Added the dark theme from visual studio to my SMSS 2012 but the Object explorer is still a bright white. Is there a way to change the color of this?
I think it's not optional but you can try go to following menu item:
tools
- options
- environment
- fonts and colors
I couldn't find it but maybe you will.