Lance Wheeler
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created Visual studio Smart tag not working after 2022.1 update
AnsweredI use the shortcut Ctrl+. all the time to open smart tags but after the latest update these stopped working. I went to the keyboard settings in Visual studio and reset them but this didn't fix the ... -
Edited Possible unassigned property or global variable JQuery $
CompletedOn version 2021.1.1.1 I am getting warnings about possible unassigned property or global variable on the JQuery dollar sign. I can disable this but I'm not sure why this is being flagged. This als... -
Created ECMAScript 2017 suggested syntax
Is there a way to configure Resharper to suggest or warn based on the latest JS syntax? For example, it would be nice to have it suggest "let" instead of "var". -
Created This extension was not loaded because it uses deprecated synchronous - message
As far as I know Resharper loads async now so I'm not sure why visual studio keeps giving me this message. I'm using 2018.3.4 -
Created C# 8 nullable reference type checking
Visual Studio will underline nullable reference types if you have that C# 8 feature turned on but I don't know of a way for Resharper to find all of these so I can fix them in existing code. Is thi... -
Created Value Tuple rename refactoring not working
When renaming the return values from a C# 7 Value Tuple the refactoring option is not available. -
Created Rename enum refactoring not working
CompletedDoes this work for anybody? I rename an enum and when the resharper bulb displays it asks me if I want to remove the unused member instead of allowing me to rename it. -
Created Structure Visualizer (indent guides) in VS2017 override
Does Reshaper override the 2017 settings for this? My structure lines aren't showing and I have them turned on in VS so I wanted to know if Resharper is overriding that setting. -
Created Quick fix braces missing
If I use a quick fix such as "Iterate via foreach", quick fix adds the foreach but with no braces. As far as I can tell, I am forcing braces everywhere but I must be missing a setting. -
Created Resharper 2016.2.2 cannot resolve symbol errors in MVC Core
AnsweredAs the title says I am getting these errors when using MVC Core 1.0.0. The errors are in the views in asp-for's such as <input asp-for="Model.Property"/>.