C
C#7mo ago
Rikki B

✅ Intellisense not working for overloads C# Visual Studio Code

I'm using Visual Studio Code and Intellisense doesn't seem to be working. It works for methods, but when I add parenthesis () it doesn't show the overloads etc. Any ideas?
26 Replies
Rikki B
Rikki B7mo ago
I have the extensions installed:
No description
Rikki B
Rikki B7mo ago
Works for methods:
No description
Rikki B
Rikki B7mo ago
Doesn't work for overloads
No description
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Rikki B
Rikki B7mo ago
I just uninstalled it lol
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
333fred
333fred7mo ago
I'd guess you only opened a .cs file, and not a project
Rikki B
Rikki B7mo ago
I'll re-install and show you I did "dotnet new console -o ./CsharpProjects/TestProject" I have a proj file and a program.cs
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Rikki B
Rikki B7mo ago
Same problem after re-install of VScode
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Rikki B
Rikki B7mo ago
I'm following a MS Learn training and that was what they said to do
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Rikki B
Rikki B7mo ago
I'm just about too
Rikki B
Rikki B7mo ago
No description
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Rikki B
Rikki B7mo ago
I followed the steps of the MS Learn document
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Rikki B
Rikki B7mo ago
Right, OK, thanks, not sure how to do that, I will have a look
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Rikki B
Rikki B7mo ago
Thank you, it's working now
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Rikki B
Rikki B7mo ago
How do I close this?
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX7mo ago
Use the /close command to mark a forum thread as answered
Rikki B
Rikki B7mo ago
Thank you