question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

C# IntelliSense not working on Linux Ubuntu

See original GitHub issue

Environment 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:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
joejnkecommented, Jun 23, 2020

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 like OmniSharp, .NET Core Debugger and Razor Language Server were not properly installed due to internet connection problems. So, reinstalling fixed the issue on my Visual Studio Code installed on ubuntu 18.04 LTS.

0reactions
cartermpcommented, Sep 23, 2020

Closing out as no additional info was given

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found