Open in EditorA Visual Studio 2019 extension that adds a menu command that lets you open any solution, project, folder or file in a text editor of your choice. Based on Calvin A. Allen Open in Notepad++ extension. For Visual Studio 2015 see Open in Editor. For Visual Studio 2017 see Open in Editor 2017. For Visual Studio 2022 see Open in Editor 2022. PrerequisitesThis extension will search for the following text editors: Notepad in their default install directory (you can download each editor following the link). SettingsYou can add up to three custom text editors (Tools, Options, Open In Editor, Custom Text Editors) and select the text editor to be used: UsageIn Solution Explorer, right click on an item and select Open In Editor. Release Notes:Version 1.7: Replaced NuGet packages with Microsoft.VisualStudio.SDK. Version 1.6: Added use of AsyncPackage. Version 1.5: Fixed null exception when selecting file in Solution Folder. Version 1.4: Added support for Visual Studio 2019. Fixed detection of Visual Studio Code and Visual Studio Code Insiders. Version 1.3: Added support for Visual Studio 2017. Version 1.2: Open solution file or project file instead of all files insideit. Version 1.1: Added Notepad2 and Sublime Text 3 to default editors. Version 1.0: Initial. |