My VS Code is not showing Signature options

Following along, and for some reason, my intellisence is not supplying Signatures. I am not sure what the issue is, I checked the Omnisharp settings, but nothing has borne any fruit.

Has anyone else run into this, or does anyone know what the cause might be?

Hi,

Please follow the instruction on this website and make sure all required extensions are installed: https://code.visualstudio.com/docs/other/unity

If the issue persists, please check the console of VS Code (not Unity!). If the .NET Framework 4.7.1 (Developer Pack) is mentioned there, download and install it from the official Microsoft website. Here is the link: https://dotnet.microsoft.com/download/dotnet-framework/net471

Did this help you fix the problem?


See also:

Hello, thank you for responding so quickly! This did indeed fix my problem!

I want to point out however, in case someone needs to find this information before the takedown of this thread in 20 days, I will say one line specifically helped me.

“In the VS Code Settings editor (Ctrl+,), uncheck the C# extension’s Omnisharp: Use Modern Net setting ( "omnisharp.useModernNet": false ).”

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms