C
C#13mo ago
discount

✅ skill issue

im using visual studio code and whenever i program it doesnt give me auto sugestion (like if i write consol it doesnt suggest console)
No description
20 Replies
kurumi
kurumi13mo ago
download C# extension for vscode $vscode
MODiX
MODiX13mo ago
Follow the instructions here on getting started with DevKit for C# in VSCode: https://code.visualstudio.com/docs/csharp/get-started
Get started with C# and .NET in Visual Studio Code
Getting Started with C# and .NET Development in Visual Studio Code
discount
discountOP13mo ago
already have it
No description
Pobiega
Pobiega13mo ago
did you open a project or a file? C# is project based, so you must have the project loaded for stuff like intellisense to work
discount
discountOP13mo ago
yea
ophura
ophura13mo ago
and by the way, it's called IntelliSense the suggestion thing you're talking about xd
discount
discountOP13mo ago
No description
ophura
ophura13mo ago
a restart may help
Pobiega
Pobiega13mo ago
nah thats not a project loaded thats a folder loaded you should have a "solution explorer" somewhere if it loaded properly
sahilgupta__04
sahilgupta__0413mo ago
hmmm right ▶️
discount
discountOP13mo ago
how would one go about making a project
Pobiega
Pobiega13mo ago
dotnet new console
Angius
Angius13mo ago
You already have it, as denoted by the .csproj file
Pobiega
Pobiega13mo ago
^
discount
discountOP13mo ago
i fixed it i just had to disable the dev kit and renable it
Pobiega
Pobiega13mo ago
there ya go
ophura
ophura13mo ago
:AA_Ayame_Hmp:
discount
discountOP13mo ago
thx yall
ophura
ophura13mo ago
$close
MODiX
MODiX13mo ago
Use the /close command to mark a forum thread as answered

Did you find this page helpful?