C# eklentisi çalışmıyor

397448

Hectopat
Katılım
11 Aralık 2020
Mesajlar
1.761
Makaleler
1
Çözümler
10
Visual Studio Code kullanıyorum. Microsoft'un C# eklentisi çalışmıyor herhalde. Dersteki hocanınki böyle:

1666375706630.png


Benimki ise:

1666375756227.png


Yardımcı olabilecek var mı?
 
Son düzenleyen: Moderatör:

Yukarıda using yazan kısım var ya oraya eklentiyi yazdın mı?
Örnek veriyorum
Using System;
Using System. Collections. Generic;
Using System.componentmodel;
Using System. Data;
Using System. Drawing;
Using System. Linq;
Using System. Text;
Using System. Threading. Tasks;
Using System. Windows. Forms;
Using System.Net.mail;
Using System. Runtime. Interopservices;
Using Microsoft. Win32;
Using hootkeys;
Using System.Net;
 
Yukarıda using yazan kısım var ya oraya eklentiyi yazdın mı?
Örnek veriyorum
Using System;
Using System. Collections. Generic;
Using System.componentmodel;
Using System. Data;
Using System. Drawing;
Using System. Linq;
Using System. Text;
Using System. Threading. Tasks;
Using System. Windows. Forms;
Using System.Net.mail;
Using System. Runtime. Interopservices;
Using Microsoft. Win32;
Using hootkeys;
Using System.Net;
Hayır. Unity üzerinden bir C# scripti oluşturup ona girdim.
 
Yukarıda using yazan kısım var ya oraya eklentiyi yazdın mı?
Örnek veriyorum
C#:
using System;
using System. Collections. Generic;
using System.componentmodel;
using System. Data;
using System. Drawing;
using System. Linq;
using System. Text;
using System. Threading. Tasks;
using System. Windows. Forms;
using System.Net.mail;
using System. Runtime. Interopservices;
using Microsoft. Win32;
using hootkeys;
using System.Net;
Onlar eklenti değil, framework çağırır. O kodlarla bir alakası yok.
 
Kod çalışıyor sadece hoca takır takır yazarken videoyu durdurmak zorunda kaldım da merak ettim. Çünkü Python'da çalışıyordu düzgünce Python eklentisi.

Eğitmen bunu indirtti değil mi?
 

Geri
Yukarı