Skip to content

VS Code: After installing C# extension , there is no intelligent prompt when entering "<input asp". #5629

@v-wenkecheng

Description

@v-wenkecheng

VS Code: 1.76.1
C# Extension version:1.25.5
SDK: 8.0.0-Preview.3.23164.2

Platform 

  • Windows
  • Linux
  • Mac 

To reproduce: 

  1. Open a normal Terminal Emulator, create MVC project and open it using VS code
md MVC3x
cd MVC3x
dotnet new mvc
code .
  1. Go to https://github.com/OmniSharp/omnisharp-vscode/releases > Download the csharp-1.25.5-win32-x64.vsix.
  2. In VS Code and go to the Extensions Tab, select "Install from VSIX" > install the file you downloaded.
  3. Open Layout.cshtml file and in body tab, type "<input asp", verify the intellisense list show.

Actual behavior:
c132141d-54ea-4e26-bcb0-1a5c9915b00d
Expected behavior:
da409363-020d-47e9-9816-89247b132728

Additional context:
Note: 

  1. This issue does not repro on C# extension 1.25.4.
  2. This issue only repro on C# extension 1.25.5.
  3. This issue also repro on SDK 7.0.300-preview.23159.18 + C# extension 1.25.5.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions