asp.net - No intellisense in C# -


i use microsoft visual studio code in vb

this first time code in c# , there no intellisense. tried

tools -> options -> text editor

and there nothing c# related

how fix this?

  1. go tools --> options --> text editor
  2. click 'show settings' check box
  3. click 'all languages'
  4. make sure settings this:

enter image description here

if doesn't work, delete answer :)


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -