Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slnx2CompileCommands(s2cc)

Version GitHub Repo stars GitHub last commit (branch) 简体中文

A tool that converts Visual Studio 2026 solution files(.slnx) into compile_commands.json compilation database.

Usage

Arguments

Basic usage: s2cc path outdir ...

path: Path to your solution file.

outdir (optional) sets the directory to save the compile_commands.json file.

-D [variable]=[value] sets the value of a variable(e.g.,-D Configuration=Debug).

--version prints version information.

--help shows help message

Example

s2cc ./build/app.slnx

Installation

Download the executable file from releases and add it to PATH.

About

A tool that converts Visual Studio 2026 solution files(.slnx) into compile_commands.json compilation database.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages