C# IntelliSense not working on Linux Ubuntu
See original GitHub issueEnvironment data
dotnet --info
output:
jc@JC-GB-BXi7-5775R:~$ dotnet --info
.NET Core SDK (reflecting any global.json):
Version: 2.1.401
Commit: 91b1c13032
Runtime Environment:
OS Name: ubuntu
OS Version: 18.04
OS Platform: Linux
RID: ubuntu.18.04-x64
Base Path: /usr/share/dotnet/sdk/2.1.401/
Host (useful for support):
Version: 2.1.3
Commit: 124038c13e
.NET Core SDKs installed:
2.1.401 [/usr/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.1.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.3 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
VS Code version: 1.26.1 C# Extension version: 1.15.2
I am not getting basic intellisense and snippet autocompletion in VS Code for Ubuntu. I have the C# extension installed and I’m not sure about what’s happening 😞 Can someone please help?
This happens with any project I create using the dotnet CLI.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Intellisense not working on Ubuntu 18.04 amd_x64 #7168
The error is triggered when enabling the C/C++ plugin (1.2.2) and opening any source file.
Read more >Intellisense not working in VS Code on Ubuntu - Stack Overflow
I am running VS Code 1.19.2 with C/C++ IntelliSense 0.15.0 (Microsoft) on a Ubuntu 16.04 LTS running as a Virtualbox VM (Windows 10...
Read more >IntelliSense in Visual Studio Code
Troubleshooting. If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve...
Read more >Intellisense not working with c++ on fresh linux install : r/vscode
I recently installed the pop os linux system (very similar to ubuntu), and immediately installed clang and then vscode.
Read more >Fix: VS Code Intellisense Not Working - YouTube
Read Our Article: https://www.brainytechz.com/2021/12/vs-code- intellisense - not - working.html Visit Our Website: https://www.brainytechz.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same Issue these couple of days and I fixed it by uninstalling the already installed
c# extension
and then reinstall it again. The problem was that the extension and additional c# dependencies and packages likeOmniSharp
,.NET Core Debugger
andRazor Language Server
were not properly installed due to internet connection problems. So, reinstalling fixed the issue on myVisual Studio Code
installed onubuntu 18.04 LTS
.Closing out as no additional info was given