Enabling parameter intellisense/hints in VS Code

Hi,

I’ve installed MonoGame on my macOS and am using VS Code. How can I enable full hints/intellisense for MonoGame API’s?

For example, when I type _spriteBatch.Draw( , I would like to see the parameters listed in the inline intellisense window.

Right now, no parameters are shown as such for MonoGame API’s. Also, in the VS Code editor, all types in the MonoGame framework are the same color as objects/variables, like the editor is unaware that certain syntax is referring to types that are internal to MonoGame.

Fixed, I just needed to install the arm64 of .NET alongside the x64 version.