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

前端 未结 2 1370
野趣味
野趣味 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:03

    I don't think the intellisense is what you expect, as in a dropdown with a list of available options.

    From this page, it appears you have to hit tab in order to get command completion.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题