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.

Intellisense broken Visual Studio code with update to 1.23.3

See original GitHub issue

Environment data

.NET Core SDK (reflecting any global.json): Version: 3.1.402 Commit: 9b5de826fd

Runtime Environment: OS Name: ubuntu OS Version: 20.04 OS Platform: Linux RID: ubuntu.20.04-x64 Base Path: /usr/share/dotnet/sdk/3.1.402/

Host (useful for support): Version: 3.1.8 Commit: 9c1330dedd

.NET Core SDKs installed: 3.1.402 [/usr/share/dotnet/sdk]

.NET Core runtimes installed: Microsoft.AspNetCore.App 3.1.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.8 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download

OmniSharp log

Starting OmniSharp server at 14/10/2020, 09:35:55 Target: /home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.sln

OmniSharp server started. Path: /home/dacapoalcoder/.vscode/extensions/ms-dotnettools.csharp-1.23.3/.omnisharp/1.37.2/run PID: 981586

    Starting OmniSharp on ubuntu 20.4 (x64)
    DotNetPath set to dotnet
    Located 1 MSBuild instance(s)
        1: StandAlone 16.8.0 - "/home/dacapoalcoder/.vscode/extensions/ms-dotnettools.csharp-1.23.3/.omnisharp/1.37.2/omnisharp/.msbuild/Current/Bin"
    MSBUILD_EXE_PATH environment variable set to '/home/dacapoalcoder/.vscode/extensions/ms-dotnettools.csharp-1.23.3/.omnisharp/1.37.2/omnisharp/.msbuild/Current/Bin/MSBuild.exe'
    Registered MSBuild instance: StandAlone 16.8.0 - "/home/dacapoalcoder/.vscode/extensions/ms-dotnettools.csharp-1.23.3/.omnisharp/1.37.2/omnisharp/.msbuild/Current/Bin"
        CscToolExe = csc.exe
        MSBuildToolsPath = /home/dacapoalcoder/.vscode/extensions/ms-dotnettools.csharp-1.23.3/.omnisharp/1.37.2/omnisharp/.msbuild/Current/Bin
        CscToolPath = /home/dacapoalcoder/.vscode/extensions/ms-dotnettools.csharp-1.23.3/.omnisharp/1.37.2/omnisharp/.msbuild/Current/Bin/Roslyn
        BypassFrameworkInstallChecks = true
        MSBuildExtensionsPath = /home/dacapoalcoder/.vscode/extensions/ms-dotnettools.csharp-1.23.3/.omnisharp/1.37.2/omnisharp/.msbuild
    Detecting Cake files in '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject'.
    Could not find any Cake files
    Detecting projects in '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.sln'.
    Queue project update for '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.csproj'
    Queue project update for '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.Tests/topsecretproject.Tests.csproj'
    Detecting CSX files in '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject'.
    Could not find any CSX files
    Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
    Loading project: /home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.csproj
    Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0
    Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
    Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
    Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
    Configuration finished.
    Omnisharp server running using Stdio at location '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject' on host 981065.
    Successfully loaded project file '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.csproj'.
    Adding project '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.csproj'
    Loading project: /home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.Tests/topsecretproject.Tests.csproj
    Successfully loaded project file '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.Tests/topsecretproject.Tests.csproj'.
    Adding project '/home/dacapoalcoder/projects/topsecretproject/backend/topsecretproject/topsecretproject.Tests/topsecretproject.Tests.csproj'
    Update project: topsecretproject
    Update project: topsecretproject.Test

Steps to reproduce

Update from version 1.23.2 to 1.23.3

Expected behavior

Intellisense works as normal

Actual behavior

Intellisense options do not show up when using dot operator

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:9
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
JoeRobichcommented, Oct 15, 2020

A pre-release build of 1.23.4 is available at https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.23.4. Please try it out and let us know if it resolves the issues you are seeing.

1reaction
breadnonecommented, Oct 15, 2020

Good god, every update from omnisharp makes my heart beats faster…

Read more comments on GitHub >

github_iconTop Results From Across the Web

IntelliSense in Visual Studio Code
This can be caused by a variety of reasons. First, try restarting VS Code. If the problem persists, consult the language extension's documentation....
Read more >
Intellisense not automatically working VSCode - Stack Overflow
I fixed this with a multiple project solution in .net5 / .net core 3.1 by opening each project (not the sln folder) in...
Read more >
Intellisense not working for Visual Studio Code - Unity Forum
Consider upgrading Visual Studio Code package to 1.2.0 and if omnisharp doesn't work, right click to anyplace in assets and click Open C# ......
Read more >
Problem with missing assembly reference when using Visual ...
I am developing Unity game apps on a PC using C#, running Visual Studio Code as the editor. The apps are targeted at...
Read more >
Visual Studio IntelliCode - Microsoft
Assisted IntelliSense – C# · Team Completions · Argument Completion · Inferring code style and formatting conventions.
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