FastFileFinder Now 30 Percent Faster—How Fast Can You Make It?

A while ago I whipped up a small utility to search for filenames at the command line. I noticed recently that it did not handle long filenames over 260 (MAX_PATH) characters. Having a few spare minutes I updated FastFileFinder to use the Win32 API directly as the .NET Framework Directory methods do not have that…

Visual Studio Code Updated

Microsoft has released an update to their multi-platform code editor Visual Studio Code.  This release brings improvements in documentation, PHP snippets, and support for Roslyn based quick fixes. Documentation improvements include better organization and additional information about how to extend VS Code. Since VS Code was released there have been a large number of questions…