visual-studio-2019

Disable “favorite” (★) suggestions in IntelliSense for Visual Studio 2019?

老子叫甜甜 提交于 2020-08-20 05:59:50
问题 In Visual Studio 2019, how can someone disable the "favorite" (★) suggested names on auto-completion?. These suggestions inside the red square and ONLY these: It is the most annoying feature. If important: I need to disable it for VB.NET and then for C# too. 回答1: Disable “favorite” (★) suggestions in IntelliSense for Visual Studio 2019? First , thanks to Ahmed for sharing the useful suggestions and his help. ★ is the feature of IntelliCode and it will put your most likely Suggestions to the

Reinstall Nuget Package Manager in Visual Studio 2019

☆樱花仙子☆ 提交于 2020-08-19 11:03:10
问题 I am facing a problem with my project. The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference? This has happened before and I solved it by reinstalling the Nuget Package Manager using a command. Unfortunately, I am not finding that command again. I tried to find the solution online but everything I am getting is installing/reinstalling NuGet packages and not package manager. Found this article: https://forums.asp.net/t/1776324.aspx

VS 2019 no intellisense and validation after ng cli update to version 10

*爱你&永不变心* 提交于 2020-08-19 06:32:39
问题 I've updated my .NET core 3.1+Angular 9.1 to Angular 10.0.2, steps I used: update Vs TypeScript to 3.9.5 run ng update @angular/core @angular/cli After that VS 2019 v 16.6.3 shows no intellisense and validation,project runs without problems. If I open the project in VS Code all work fine I've found the problem is just after I run ng update @angular/cli reverting project to 9.1 all works fine thanks 回答1: I experienced the same issue after upgrading a project to Angular 10. It appears to be an

VS 2019 no intellisense and validation after ng cli update to version 10

牧云@^-^@ 提交于 2020-08-19 06:31:23
问题 I've updated my .NET core 3.1+Angular 9.1 to Angular 10.0.2, steps I used: update Vs TypeScript to 3.9.5 run ng update @angular/core @angular/cli After that VS 2019 v 16.6.3 shows no intellisense and validation,project runs without problems. If I open the project in VS Code all work fine I've found the problem is just after I run ng update @angular/cli reverting project to 9.1 all works fine thanks 回答1: I experienced the same issue after upgrading a project to Angular 10. It appears to be an

How to solve the “no Qt platform plugin could be initialized” problem?

笑着哭i 提交于 2020-08-11 18:45:00
问题 I'm trying to run a simple template in release mode on Visual Studio with the Qt extension. So far I've always been running projects in debug mode (never had trouble). Recently, I started with a browser application using webengine its widgets, but it's very slow on debug mode, so. I wanted to make sure it's possible to run with higher performance (on release mode), before continuing. I was surprised, because the application throws 4 error message pop-ups after each other after trying to run

How to solve the “no Qt platform plugin could be initialized” problem?

故事扮演 提交于 2020-08-11 18:43:18
问题 I'm trying to run a simple template in release mode on Visual Studio with the Qt extension. So far I've always been running projects in debug mode (never had trouble). Recently, I started with a browser application using webengine its widgets, but it's very slow on debug mode, so. I wanted to make sure it's possible to run with higher performance (on release mode), before continuing. I was surprised, because the application throws 4 error message pop-ups after each other after trying to run

How to solve the “no Qt platform plugin could be initialized” problem?

久未见 提交于 2020-08-11 18:42:10
问题 I'm trying to run a simple template in release mode on Visual Studio with the Qt extension. So far I've always been running projects in debug mode (never had trouble). Recently, I started with a browser application using webengine its widgets, but it's very slow on debug mode, so. I wanted to make sure it's possible to run with higher performance (on release mode), before continuing. I was surprised, because the application throws 4 error message pop-ups after each other after trying to run

ToolsVersion in Visual Studio 2019

江枫思渺然 提交于 2020-08-10 22:15:24
问题 I am doing the migration of several projects from VS2010 to VS2019. Those projects have Tools Version 4 in their vcxprojs: <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> Target VS is VS2019 v16.5.0, MSBuild version is 16.5.0.12403, so I am trying to set ToolsVersion to 16.5: <Project DefaultTargets="Build" ToolsVersion="16.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> But it seems that MSBuild doesn't like it: