NuGet (NuPack) intellisense (Visual Studio Package Manager Console)

前端 未结 2 1368
野趣味
野趣味 2021-02-06 23:42

My intellisense for NuGet doesn\'t show up. Or maybe there is some kind of shortcut for it ?

2条回答
  •  不思量自难忘°
    2021-02-07 00:21

    Not sure where you refer to intellisense. The answers above apply to the PowerShell console, which is tab completion.

    If you refer to intellisense for the *.nuspec file, you only need to have the correct XSD and XmlNs declaration to get intellisense for the NuGet manifest xml file.

    The NuSpec package might help you achieve this with ease.

    Simply Install-Package NuSpec

提交回复
热议问题