【发布时间】:2010-03-22 10:04:26
【问题描述】:
我意识到 Visual Studio 有“/P”选项来生成预处理文件,但它非常不方便。 I'm looking for an addin that allows you to right-click on a file and select "view preprocessed" - or any similar solution that would basically preprocess the currently-open file (with the appropriate options from the current configuration) and show me输出,没有额外的麻烦。有这种事吗?
【问题讨论】:
-
我为此创建了一个宏。见stackoverflow.com/questions/14257113/…。
标签: c++ visual-studio add-in