0

No matter what c# script i boot up, no errors are displayed and neither is IntelliSense.

enter image description here

I've reinstalled vsc, reinstalled some extensions, made sure errors are turned on but nothing seems to work.

They work fine in regular vs but not vsc.

James Z
  • 12,209
  • 10
  • 24
  • 44
Neku111
  • 11
  • 2
    Have you installed the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)? I'm pretty sure it will only highlight your code otherwise. – Julia Jan 22 '23 at 08:53
  • yup, c# extension is installed, one of the first things I checked – Neku111 Jan 22 '23 at 09:14

1 Answers1

0

VScode by default only support web technologies if you want to use it for other programming languages you have to install microsoft dedicated extension for that technology like - C# for VScode

Avad
  • 197
  • 1
  • 8
  • I am aware of this and the errors used to work and so did intellisense however when i booted up vsc a few days ago they just stopped working. – Neku111 Jan 22 '23 at 09:22
  • Does this solve your problem - [Intelisense VScode C#](https://stackoverflow.com/questions/29975152/intellisense-not-automatically-working-vscode)? – Avad Jan 22 '23 at 09:37
  • unfortunatly no, after following everything there, nothing has changed – Neku111 Jan 22 '23 at 23:29