Skip to content

visual studio 15/17/19/22 sln compile_commands.json clangd ccls

Notifications You must be signed in to change notification settings

paopaol/vs_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vs_export

read visual studio 15/17/19/22 sln file,export clang compile_commands.json

Usage: vs_export -s <path> -c <configuration>

Where:
            -s   path                        sln filename
            -c   configuration               project configuration,eg Debug|Win32.
                                             default Debug|Win32

example

vs_export.exe  -s NYWinHotspot.sln  -c "Debug|x64"

this can export a compile_commands.json. the compile_commands.json can used by clangd or ccls or some other cpp language server.

About

visual studio 15/17/19/22 sln compile_commands.json clangd ccls

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages