mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Lots of bogus intellisense errors #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yoDon on GitHub (Nov 15, 2017).
I'm not sure whether I have something misconfigured or if this is a "known issue" but when I open any of the C# files in either Visual Studio or VS Code I get tons of intellisense errors, including complaints about things like System.String and void not being found (screenshot below). I've mainly been working in https://github.com/yoDon/Electron.NET-React-Typescript-MobX but I also get the same errors when looking at the main Electron.NET repo.
@GregorBiswanger commented on GitHub (Nov 15, 2017):
Mhh.. Electron.NET-React-Typescript-MobX works on my system...
When does the mistake come?
@yoDon commented on GitHub (Nov 15, 2017):
So no intellisense errors when you open one of the C# files in Visual Studio to look at it? (like the above image)
@GregorBiswanger commented on GitHub (Nov 15, 2017):
No I get no intellisense errors.. I used your currently master sources:
@yoDon commented on GitHub (Nov 15, 2017):
Drat. I'll spend some time deleting my visual studio prefs and hope for the best. Close this as no repro or leave it open for a bit in case others have similar reports?