Cannot "connect" to AZDevops from Visual Studio u/MrBaseball77 • Cannot "connect" to AZDevops from Visual Studio
Needed: Very simple extension for running single C# files u/SL-Tech • Needed: Very simple extension for running single C# files Should be easy for someone who knows how to make extensions.I want to right-click a C# file and select Run. Which basically is: dotnet run --file path Ex: dotnet run --file "D:\GoogleDrive\My Content\My Projects\SLT\Assets\SLT.Assets\Test.cs" Or is it possible to make it a Command?I got it working in VS Code; I need it in VS too.
Full line completion for C++? u/Ok-Willow-5976 • Full line completion for C++? I like the above for C#, it works fairly well. However, for C++ full line completion doesn't seem to do anything. I have enabled it in settings, and documentation is conflicting whether it's supported in C++ at all. Please advise. P.S. I don't use Copilot (not even installed).