Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Murl Tools
Murl Tools

Murl Tools

Ketschak

|
856 installs
| (0) | Free
Solution Explorer context menu commands (for Visual Studio 2013): - "Duplicate" to create a copy of the selected file(s). - "Refresh" to add missing files that exist in the folder but not in the selected filter (VisualC projects only). - Additionally adds a Remove/Delete dialo...
Download

Murl Tools

A Visual Studio extension for VS2013 (VS2015 version can be found here)

This extension adds some useful commands to the Solution Explorer of Visual Studio. The extension has been created to improve the work flow withMurl Engine projects but is beneficial for every cross platform VisualC/C++ project where the source and data files are not stored inside the project folder.

The Murl Tools extension adds the following commands to the context menu of the Solution Explorer:

  • Duplicate to create a copy of the selected file(s).
  • Refresh to add missing files that exist in the folder (file system) but not in the selected filter (project).
  • The extension additionally adds a Remove/Delete dialog when deleting files (VisualC/C++ projects only).

Duplicate File(s)

To create a copy of an existing file in the Solution Explorer you usually select the file and press CTRL-C and CTRL-V. While this is working for C# and VB projects, it does not work for VisualC/C++ projects.

The extension adds a Duplicate command to the context menu of the Solution Explorer. The command creates a copy of the selected file and adds it to project within he same filter.

duplicate

Side note: If you want the CTR-C / CTRL-V feature in Visual Studio, you can vote for ithere.

Refresh Folder

This command adds references for all missing files that exist in the folder (file system) but not in the selected filter (project). Note, that this command only makes sense when your filter corresponds to a folder in the file system.

refresh duplicate command

Remove/Delete Dialog

If someone selects one or more files in the solution explorer of a VisualC/C++ project and then presses the delete key, he usually gets a dialog where he can choose to remove or to delete the file(s). You can decide if only the file reference(s) should be removed from the project or if also the file(s) itself should be permanently deleted from the file system.

Unfortunately the dialog only shows up if the selected files are stored in the project folder which is not the case for e.g. cross platform projects where multiple projects/platforms share the same source code files.

The extension fixes this weird behavior and always displays a Remove/Delete dialog.

dialog

Side note: If you want this feature fixed in Visual Studio, you can vote for ithere.

Support or Contact

Having trouble with the extension? Check out our forum or contact us per email.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft