1

I'm trying to debug the .net core 6.0 application in VS Code. During the debug session and debugger is paused at breakpoint and when I type object variable in debug console, there is no intellisense which shows the available properties. Is this feature not yet available in VS Code? My visual studio version is  1.67.1 and OmniSharp(C# extension)  version is 1.24.4

  • 2
    It is not available. Many features you enjoy in Visual Studio for Windows are not available in VS for Mac or VS Code. – Lex Li May 20 '22 at 05:07
  • I don't understand why there so many people using vs code! – HamedH Jul 26 '22 at 14:57
  • @HamedH I used Visual Studio from the first version ever up until 2019! I switched to VS code in the last 2~3 years, and never looked back! You have to adapt it to understand why. – Nour Aug 22 '22 at 10:24
  • @Nour, I used it recently for "asp.net 6" in medium and big size projects for a month, and switched back to VS just because of the intellisense – HamedH Aug 22 '22 at 10:31
  • Here I explained it more: https://stackoverflow.com/a/73400016/6339469 – HamedH Aug 22 '22 at 10:32

1 Answers1

0

This is my experience as well, and seems like part of the reason why Microsoft is planning to add a new debugger to the C# experience:

See (long) details here:
https://github.com/OmniSharp/omnisharp-vscode/issues/5276#issue-1272557442

And my attempt at explaining it here:
https://github.com/OmniSharp/omnisharp-vscode/issues/5276#issuecomment-1280257922

Meligy
  • 35,654
  • 11
  • 85
  • 109