ms2cc converts MSBuild build logs into compile_commands.json format. This compilation database is used by language servers, and various IDEs for code intelligence features (IntelliSense, navigation, ...
Supports pure json files Supports multiple json objects in a file, delimited by newlines (/n) Supports gzipped files Supports customizabile filters Supports pure datetime range filters See ...