I am trying to move over to using visual studio code for c# but i feel a long way from getting it to work
a few questions
if i want to use something like the Azure Functions in my project, do i need to install the nuget package or/and the extension?
if i use a nuget package that doesn't have an extension like gremlin.net do i just use the nuget package?
if i just use the nuget package, is the only way i know its installed is by looking in the .csproj file?
how do i get itellisense to work on the packages? i have tried installing the nuget packages but isn't working for classes or the paramaters, although no errors are showing.
can i and should i sway between visual studio and visual studio code?