Apply Cut or Copy to blank lines when there is no selection
31 Jan 2020I mostly code in Visual Studio Code Insiders on either macOS or Linux but on the occasion that I develop on windows, I do like to use the old faithful Visual Studio.
I mostly code in Visual Studio Code Insiders on either macOS or Linux but on the occasion that I develop on windows, I do like to use the old faithful Visual Studio.
I have started to cross-post to the Dev Community website as well as on my solrevdev blog.
Today I came across a fantastic command line trick.
A current C# project of mine required a timer where every couple of seconds a method would fire and a potentially fairly long-running process would run.