Is Visual Studio DOOMED... Is C# Dev Kit our SAVIOR?

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 8

  • @T___Brown
    @T___Brown ปีที่แล้ว +1

    If it mapped my vs shortcuts to vscode i would switch

  • @rvrunkillyow716
    @rvrunkillyow716 ปีที่แล้ว +1

    sir how could you get that flame on your cursor? kinda cool seeing it. thanks

    • @jondjones
      @jondjones  ปีที่แล้ว

      not to play another one of my videos... but th-cam.com/video/QO11nDyPzPU/w-d-xo.html 😊

  • @Guillen8606
    @Guillen8606 ปีที่แล้ว +1

    One other thing that should be mentioned is the debugging. Debugging files in vscode come differently now and I am talking about the launch.json and tasks.json it's a lot more work now to get them running.

    • @thomasschroter3802
      @thomasschroter3802 ปีที่แล้ว

      No it is not. Once you setup your project properly, it works very well. VSCode is not focused on C# like VS but an universal tool, so you have to learn a bit. Fortunately, the "dotnet" command does the job for us. e.g. Launch in launch.json:
      {
      "name": "Desktop",
      "type": "dotnet",
      "request": "launch",
      "projectPath": "${workspaceFolder}\\.Desktop.csproj",
      "launchConfigurationId": "TargetFramework=;Desktop"
      },
      Which will also connect to the debugger. Admittedly, the Project templates are a bit poor, but you can create your own templates.

  • @damianclarke3519
    @damianclarke3519 ปีที่แล้ว +1

    Ah thanks for doing that, think I will stick with Visual Studio.

  • @leakyabstraction
    @leakyabstraction ปีที่แล้ว

    VS Code Pets is the VS killer

  • @NexisGamesATX
    @NexisGamesATX ปีที่แล้ว +1

    Why in the world would you ditch visual studio for VSCode to do C# development?
    You are losing tons of functionality, hard pass.