Description
Summary of the new feature/enhancement
There are many plain text files which are not automatically previewed in the explorer preview pane. I think developers experience this the most given the number of source code file extensions there are.
While a previewer can be defined for them, doing so is cumbersome as it involves either direct registry edits, or my preferred powershell line:
Set-ItemProperty Registry::HKEY_CLASSES_ROOT\.ext[,.ext1,…,extN] -Name PerceivedType -Value text
A PowerToy to easily apply the text preview to a large number of file types would be convenient.
Additional option: have a pre-seeded list of the top 50-100 most common source file extensions.
Additional option: add right-click explorer menu item "Use text preview for files of this type"
Additional option (an admitted stretch): use VS Code for previewing service to allow for syntax highlighting.