'VS code intellisense C# installation

I need help installing IntelliSense for C# in VS Code. I tried googling but haven't found any good answer to my question. Is there a option or extension or something in VS code that i can use to install Intellisense for C# on it. I also cant't use Visual studio because I'm on Linux.

Thanks!



Solution 1:[1]

The C# extension should include everything you need to get started including IntelliSense: https://code.visualstudio.com/docs/languages/csharp

For Unity development, which uses Mono, you should also use the Mono extension as noted in the C# extension documentation: https://marketplace.visualstudio.com/items?itemName=ms-vscode.mono-debug

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1