Show SVG Preview Pane in Microsoft Visual Studio 2015 - user-interface

I'm using Visual Studio 2015 with Web Essentials 2015 on it, and I used to get a preview pane any time I highlighted a SVG in the solution explorer. For whatever reasons for the past week it doesn't seem to do that anymore.
I've already gone into Tools > Options > Web Essentials > General and set Show preview pane to true. I also uninstalled and reinstalled Web Essentials, but still no dice.
Any idea how to get the SVG preview pane back? Or is this somehow tied to the typescript preview pane being removed thanks to the most recent Visual Studio update?

According to an issue on github this is fixed in the latest build.
Download and install the latest build from here.

After much searching, it would appear this is no longer available. I have not found a worthwhile replacement, either.

Related

Install Xamarin on Visual Studio 2015 with Xamarin on Visual Studio 2013 already installed

I have Xamarin installed on the Visual Studio 2013 on Windows Operating System. It works fine.
There is Xamarin tools in VS2013 as follows:
My problem is as follows:
I have recently installed Visual Studio 2015 on my desktop on Windows operating system. I thought when I opened the VS2015, I expected to see the Xamarin in it, but it does not. Then I installed the Xamarin again, and again and again, but still Xamarin does not show up in VS2015.
I wonder what is wrong? What am I missing?
By the way, I still have VS2013 on my desktop.
No Xamarin tools in VS 2015 as follows:
I even tried the following approach, still no luck.
Control Panel -> Programs -> Programs and Features Choose Xamarin
Click Change -> Next -> Click the desired drop down for each items in the tree view and select "Will be installed on local hard drive."
Click Next
I am even getting the following screen when installation is completed, but still I could not able to see Xamarin in VS2015.
I have installed Xamarin in my Visual Studio 2015 two days ago and it showing Xamarin under Tools. Below I have described the approach which I have followed to install Xamarin in Visual Studio 2015.
Go to Contol Panel >> Program Features >> Visual Studio
2015 >> Change>> Modify
1. Select C#/.Net(Xamarin) under Cross Platform Mobile Development
2. Check if these three red marked items are checked or not.
3. And then press update.It will download all the required packages to run Xamarin on VS 2015.Hope it helps you!!
I recently had horrendous problems trying to install Xamarin on VS2015 + Win10. (I don't have any other VS versions installed.) Even a full install and reinstall left huge holes in the installation. I tried repeatedly and each time the whole dev environment seemed to get itself in a different unusable state.
The fix for me, which is probably hitting a nut with a sledgehammer, was to:
Uninstall Xamarin (via Control Panel|Uninstall).
Uninstall Visual Studio (via Control Panel|Uninstall).
Follow Xamarin's manual uninstallation procedures Full Xamarin Uninstall.
Perform full reinstall of Visual Studio, being sure to tick the boxes shown in the answer by Parth Patel above.
This resulted in a faultless, fully functioning Xamarin environment for me. Overkill, maybe, but worth a go if all else fails.
Here is the solution:
I have deleted all the existing versions of visual studio ( 2010, 2012, 2013) except Visual Studio 2015 and then installed the Xamarin, and then I could able to see Xamarin on Visual Studio 2015.
It is not required to delete previous versions of VS. I have Xamarin Studio, VS 2013 and now VS 2015 and working perfectly. I moved to VS 2015 due to recent purchase of Xamarin by MS and that VS 2015 has Xamarin included.
I believe the issue with this question is was that your VS 2015 install did not include the add ins as pointed out in another answer in this question.
After the VS 2015 install -the only caveat was projects created initially in Xaramin Studio and then Opened in VS 2015 to needed to have the build configuration in the project tweaked. If not you could not get the project to build and then be deployed to an emulator or device for debug testing.
We have a few troubleshooting steps on our Knowledge Base that you can find here:
https://kb.xamarin.com/customer/en/portal/articles/1643349-missing-visual-studio-extensions-after-installation
Note: Some of these steps have older versions listed in the respective paths. You should use the latest version number available.
Before any install or uninstall actions. Try open some sample Xamarin project, in most cases during opening project in VS 15, it will show you, what needs to be installed or what is missing / corrupted.
Xamarin samples
I had some problems with my emulator best way to fix the problems is to uninstall everything (emulators, android sdk, vs, xamarin) and reinstall it.
It is also important to delete other or older versions of visual studio. Then you should probably see you options.
First try to uninstall all the other versions of Visual Studio (VS) 2013 in this case. Then try to reinstall Xamarin.
Visual Studio 2015 is little bit different from 2013 version, I am also using xamarin on visual studio 2015. But that is not listed under tools menu like 2013.
Maybe developers had changed that, you can go to "start a new project"(just like you start new app development), there you can find xamarin/android projects list, there you can start new android projects.
This is strange, I did not have any problem with Xamarin & VS 2015 (community).
You said,
I will see the Xamarin in it
Did you try to create a project or/and add your account in the new VS Installation ?

Web essentials not showing typescript preview

I must be missing something really basic. I'm playing with Typescript. Based on this link: http://vswebessentials.com/features/typescript I thought that Web Essentials should be giving me a split-pane window so that I could observe the javascript that is being generated for me.
I have my typescript file, but no joy from Web Essentials. Should the preview pane show up automatically, or is there something I need to do? (I explored all of the Web Essentials menus, and the link above doesn't say anything about activating the feature.
Setup:
Visual Studio 2015 w/ Update 1
TypeScript for Visual Studio installed (version 1.7.6.0 (latest as of
today))
Web Essentials 2015.1
The TypeScript preview pane has been removed from Web Essentials 2015 due to continuously running into conflicts with the TS compiler when new versions come out.
This is a known issue and hopefully the typescript team will add the feature into the TS tooling in the future.

Visual Studio showing weird taskbar previews

My Visual Studio taskbar previews are like this:
It is showing since the last boot, as Windows was crashed last time, and the latest extension I have installed is VSCommands, but I don't think that is causing the problem.
There is no other issue, btw. Can anyone help please?
OS: Windows Technical Preview Build 10074.
VS: Visual Studio Professional 2013 Update 4.
If you need any more info, let me know.
VSCommands changes the VS taskbar previews to show the solution, branch and current file name. The feature is called "Solution Badges" and can be disabled from the VSCommands options page.

How do I enable the preview panel for TypeScript files in Visual Studio 2015?

I miss the feature that would show you the results of your TypeScript compile in a separate panel. I haven't found a way to turn that back on in Visual Studio 2015 with TypeScript 1.5 beta.
I have WebEssentials for 2015 installed as well as ReSharper 9.1.
Anyone have any luck with this?
This has been removed from Web Essentials 2015 in VS 2015RC.
See: https://github.com/madskristensen/WebEssentials2015/issues/53
madskristensen commented on Jun 8
The TS preview pane has been removed from Web Essentials 2015 due to continuously running into conflicts with the TS compiler when new versions come out. The TS team are aware of it and I hope they will add the feature into the TS tooling in the future. It is possible that this feature will be included in the brand new Web Compiler extensions (https://visualstudiogallery.msdn.microsoft.com/3b329021-cd7a-4a01-86fc-714c2d05bb6c) when preview panes have been implemented.
Alternatively, you can hit the "Show All Files" Button in the Solution Explorer to find your .js file and then hit Alt+W, V to get a vertical split window and open the .js file right next to your .ts file.
This issue still exists as of 2015-07-30 using the officially released version of Visual Studio 2015 Enterprise Edition plus Web Essentials 2015 version 0.5.1.
None of the previous suggestions work.
Mads needs to fix this and release a new version.
P.S. This issue does not happen with VS 2013 Update 4 and the latest Web Essentials 2013.

Visual Studio 2013 - Reuse current document window, if saved

I'm looking for the option 'Reuse current document window, if saved' as described here: https://msdn.microsoft.com/en-us/library/4z4b7zzx.aspx
My options menu shows every option featured on the msdn page except that one.
I'm using a german version of Visual Studio Ultimate 2013 with update 4. I tried using different development settings but it still doesn't show up.
Looks like this feature was removed in VS 2012 and not supported in VS 2013 as well. Probably due to the Preview tab introduced in VS 2012+.

Resources