Razor editor in Visual Studio 2022 Preview (Mac) - razor

My Razor code won't automatically format on VS 2022.
Where do I find this setting they talk about here on Windows:
https://devblogs.microsoft.com/dotnet/improvements-to-the-new-razor-editor-in-visual-studio/
I'm hoping not to learn it's not supported on the Mac.

Related

Is there a Chrome embedded in Visual Studio Code

Version: 1.49.0 (system setup)
Commit: e790b931385d72cf5669fcefc51cdf65990efa5d
Date: 2020-09-10T13:22:08.892Z
Electron: 9.2.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.17763
There is a Chrome version in Visual studio code (Help -> About).what does it mean ?
Is there a embedded chrome in VScode or V8 needs chrome to run?
Visual Studio Code is one of many applications built on the Chromium platform, via the "Electron" framework. See e.g. https://arstechnica.com/information-technology/2015/04/microsofts-new-code-editor-is-built-on-googles-chromium/.
Another IDE built on Electron/Chromium is GitHub's Atom.
For more information, see https://en.wikipedia.org/wiki/Electron_(software_framework); and for a similar project: https://en.wikipedia.org/wiki/Chromium_Embedded_Framework.

Problem building a Wix wxs file in Visual Studio 2017

I just installed WiX on my machine and then installed the extension for Visual Studio 2017. When I attempt to build the Product.wxs I get "Could not find wix.targets at ''" back. I can run a build from the command line using candle and light, but I need to be able to do this with VS. Is there a place I can configure Visual Studio to look for the wix.targets file. I'm guessing that is the problem since it looking at '' for the file.
Create a WiX v3 project not v4.

Visual Studio 2017 formats asp tags to lowercase

From some time, in windows 2010. My Visual Studio 2017(with Resharper 2017.2) has started to reformat asp tags into lowercase.
Example:
<%# Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" Tagprefix="telerik" %>
becomes
<%# register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>
and I can't find a way to make it not do this. I use Ctrl-k Ctrl-d to reformat.
I've also tried resetting the Visual Studio settings, turning off Resharper. Nothing seems to work.
I went through the suggestions in Visual Studio 2008 formats asp tags to lowercase, but they didn't worked because:
Visual studio is now 2017 (not 2008)
Windows folder C:\Documents and Settings[username]\Application Data\Microsoft\VisualStudio\9.0\ReflectedSchemas structure is changed
in windows 10
The .suo files are also situated at some other place. I deleted both but still didnt worked (as suggested in solution).
EDIT (28-March-18)
I had to install windows for some reason, and installed Visual Studio again (version 15.6.4 Professional 2017). The issue mentioned in this post is no longer happening. But some of my co-workers still have same issue. And I am sure one day I will have this issue back.
Any help will be appreciated.

SSIS - BIDS Helper Install

I'm trying to install BIDS Helper, for use on Visual Studio 2015. The most recent pack, posted in May 2015 on Codeplex, does not appear to be compatible with VS 2015. After downloading it to my Program Files, I get a bunch of DLL files, but no installation files (the prompt said it should have been auto added, during the download). Am I missing something?
In Visual Studio 2015 (and above once we support them) you can install BIDS Helper from the Visual Studio Gallery as described here.

zen coding not working in Visual Studio

I have Web Essentials 2015.2 installed.
When I, for instance, type "div" and then hit tab, it just selects the following block of html rather than adding a div tag. No zen coding features are working.
I'm using VS 2015 Pro Update 3 RC (version 14.0.25402.00) and the .NET Core Tools (Preview 1) and wonder if some of this is just not compatible?
I also have ReSharper installed, which I understand frequently interferes with shortcuts. Could that be it?
I have no clue what other info to include. Questions welcome if my problem solution are not obvious...
Problem is web essentials plugin.
Solution: Go to Visual Studio Marketplace. Type in Zencoding all one word and install the first plug in.
https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ZenCoding
Or install it on Visual Studio (works perfectly with 2017) - Tools -Extensions & Updates - Online - zencoding. Close VS and restart.
It must be some bug with resharper because I couldnt get zen coding to work on web essentials plugin.
I have cleared resharper cache (global and solution) and disabled any
unused extensions and after restarting VS everything works.
UPDATE :
Changed TAB action in the editor,
Resharper > Options > Editor > Editor behavior and UNCHECK Use tab for navigation in code.
Web essentials 2017 has Zen Coding in it. If you had Zen Coding installed before loading Web essentials it breaks.
Uninstall both.
install Web essentials.
install Zen coding
It now works as intended.
I had similar issue in Visual Studio 2017, but after updating it, then
uninstalling the ZenCoding extension and reinstalling the ZenCoding extension, worked for me, even together with Resharper
For me the Zen coding was disabled(make sure you install it first), go to Tools and click Extensions and Updates and then Enable Zen coding. It's working now.
I had to install the Zenconding extension manually. Seems like it's not part of web essentials anymore...