Skip to content

Auto completions not working for aspnet extension methodsΒ #1354

@jkone27

Description

@jkone27

Version

7.23.0

Dotnet Info

is anyone else encountering issues to get vscode suggestions for namespaces completion from .net aspnecore minimal api?
e.g. dotnet new web --language F# and try use builder.Services.AddHttpClient and tab for suggestions, no namespace is suggested to include, do other people experience such when trying to have autosuggestions on extension methods defined in .NET namespaces (already referenced)?

Image

Image

or similarly with task CE ... does not suggest opening the right namespaces automatically

Image

Steps to reproduce

dotnet new web --language F# and try use builder.Services.AddHttpClient and tab for suggestions... no correct suggestion appears

Details

Expected Behaviour: correct open namespace suggestions show up for any Microsoft.Extensions.DependencyInjection or similar regular dependencies for aspnet projects

Logs

No response

Checklist

  • I have looked through existing issues to make sure that this bug has not been reported before
  • I have provided a descriptive title for this issue
  • I have made sure that that this bug is reproducible on the latest version of the package
  • I have provided all the information needed to reproduce this bug as efficiently as possible
  • I or my company would be willing to contribute this fix

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