vscode-csharp: Project.json dependencies autocomplete does not appear

Environment data

dotnet --info output: .NET Command Line Tools (1.0.0-preview2-1-003177)

Product Information: Version: 1.0.0-preview2-1-003177 Commit SHA-1 hash: a2df9c2576

Runtime Environment: OS Name: Windows OS Version: 10.0.14393 OS Platform: Windows RID: win10-x64

VS Code version: 1.10.1 C# Extension version: 1.7.0

Steps to reproduce

1 - Create new dotnet project (dotnet new) 2 - Open project in vs code 3 - Go to project.json 4 - Start adding a new dependency under “dependencies”

Expected behavior

Dependency autocompletetion should appear.

Actual behavior

Dependency autocompletetion does not appear.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 22 (19 by maintainers)

Most upvoted comments

Yes, we’ve transferred this functionality from VS Code proper into the C# for VS Code extension. However, we aren’t quite ready to ship the new version of C# for VS Code just yet. Once we have a beta available for the latest extension, I’ll be sure to ping back here.