Skip to content

VS Code : There is no explanation for the method in intellisense Completion list #4351

@NTaylorMullen

Description

@NTaylorMullen

Azure DevOps work item: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1248163

Testcases Affected
[5.0] SimpleWebAppRazorEditingWithVSCode
[5.0] SimpleBlazorRazorEditingWithVSCode

Repro Steps

  1. Create an MVC project and open via VS Code:
  md MVC
  cd MVC
  dotnet new mvc
  code .
  1. Go to https://github.com/OmniSharp/omnisharp-vscode/releasess> install the latest csharp-1.23.6.vsix.
  2. Open Pages/Shared/_Layout.cshtml
  3. In <head> tab, type @datetime.

Note:

  1. It works well on C# 1.23.1
  2. It also reproes on C# 1.23.2, C# 1.23.3, C# 1.23.4 and C# 1.23.5
  3. It also reproes on 3.1 project

Expected Result
There contain explanation for the method in intellisense Completion list
image

Actual Result
There is no explanation for the method in intellisense Completion list
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingvscode

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions