0.0
No commit activity in last 3 years
No release in over 3 years
A CLI gem to join multiple .natvis files into one
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 1.0
 Project Readme

natvis-join

A CLI tool to join multiple .natvis files into one.

Visual Studio can be configured to use multiple .natvis files. In Visual Studio Code the plugin vscode-cpptools can be configured to use a single .natvis file.

This tool helps by combining multiple .natvis files into one which can then be used in Visual Studio Code.

Installation

A Ruby interpreter is required.

You can install the gem with $ gem install natvis-join or you can just copy the self-contained file bin/natvis-join to use as a loose script.

Usage

$ natvis-join <paths> [-o <output_file>]

  • paths are paths on the disk. If an entry is a file, it is appended to the output. If it is a directory it's scanned (non-recursively) for .natvis files and all found are appended to the output
  • output_file is the optional output .natvis file. If it is not provided, the result is printed to the standard output.

License

This software is distributed under the MIT Software License. See accompanying LICENSE file or copy here.

Copyright © 2021 Borislav Stanimirov