I started to develop Asp.net Core web API with the VS code. But when I typing the code Intellisense/Suggestions not working properly. I saw in some resource on the internet whil
To solve this I did several things. First of all, I downgrade OmniSharp
version by installing their beta version. download the .vsix
file for that release to my machine. Used the following steps to install the .vsix
into Visual Studio Code.
...
at the top-right corner of the Extensions pane and select "Install from VSIX...
" on the menu..vsix
the file I downloaded and Opened itBut the problem still occurred, so then I downgraded the .Net core SDK v2.2.202
version to 2.1.202
and the problem is solved.