No intellisense for bower.json on Visual Studio 2017 - bower

Does VS2017 have intellisense for bower.json on ASP.Net MVC 5 projects?
This page shows the intellisense working, but I couldn't make it work on my VS.

I noticed this in VS 2017, I knew it should work because in VS 2015 works fine. Then I reported this problem to Visual Studio Developer Community and they reply day after saying:
We have fixed the problem in an upcoming release Visual Studio 2017
15.5 Preview 2
https://developercommunity.visualstudio.com/content/problem/129661/aspnet-core-bower-intellisense-not-working.html

Related

How to fix F1.Help Visual studio 2019 Pro

When working in visual studio I have discovered that the F1.F1Help shortcut now redirects me to a google search instead of the MSDN page. This is for all that I have tested (including pages I know exists like https://learn.microsoft.com/en-us/dotnet/api/system.collections.objectmodel.observablecollection-1?view=net-5.0).
I am running Visual Studio 2019 and have resharper installed. I am using the resharper key bindings but when I change back to C# 2005 I have the same issue. I also have tried reinstalling visual studio and repairing but I am in the same situation.
How can I debug or fix this issue?

Editing an exitsting Angular project in Visual Studio 2017 for Mac

I'm trying to open and edit an existing Angular 2 project in Visual Studio 2017 for Mac.
In VS 2017 for Windows you just do the "Open Folder" as i understand. However cant find the "open folder" in Vs2017 for Mac.
I have Visual Studio Code and it works fine, but had a plan to make a try with the vs 2017 for mac.
Reading the documentation it's not saying anything about spa, "just" xamarin and .Core projects so it may not be supported.
Maybe someone else have figured it out already?
Thanks
Greg

visual studio 2015 bower intellisense Error

I downloaded visual studio 2015 and created asp.net vnext empty project.I added bower.json and grunt.js
When I define dependency, intellisense works fine for items but when I define item version intellisene not works and always says not available.
Only available since July 20th, 2015 on a Visual Studio update
more on it in Scott Guthrie blog post
I will suggest simply don't use VS 2015 just yet. It is good for some random checking and Hello World apps but i tried to convert my N-tier Enterprise application into V-Next MVC 6 using VS2015. It simple is not working for me.
VS keeps on restarting and it hangs when it goes to resolve dependencies automatically.

"This project is incompatible..." after VS 2013 Update 4

After installing Update 4 for VS 2013, I immediately started getting the message
This project is incompatible with the current version of Visual Studio
when I try to open all my MVC projects.
I've tried following advice on older posts, such as changing the version of visual studio, and checking for other updates, but none have worked.
I am using Visual Studio Premium 2013 and have .Net 4.5. It happens to projects that target both 4.0 and 4.5.
This is happening with MVC projects, but it does not happen when opening a simple project containing only .cs files.
Repairing Visual Studio turned out to be the solution.
I believe the initial update was unsuccessful because the C drive was low on space. Clearing up space, and repairing both .Net 4.5.1 and Visual Studio did the trick.

HowTo: Enable IntelliSense for MVC Razor in Visual Studio Express 2012

I installed Visual Studio 2012 Express for Web some time in early 2012, then I performed an update in mid 2013. Next, I started using the Orchard Content Management System. The problem is that IntelliSense is not working. When I open .cshtml files, I get no IntelliSense for inline server side code such as #Html. How do I get Razor IntelliSense working?
Uninstalling and reinstalling VS 2012 Express for Web is what worked for me.
Use Control Panel > Programs & Features to uninstall Visual Studio 2012 Express for Web.
Go to the download page to download and reinstall the most recent version.

Resources