Skip to content
forked from paopaol/vs_export

visual studio 15/17/19/22 sln compile_commands.json clangd ccls(导出msvc的compile_commands.json数据库)

Notifications You must be signed in to change notification settings

dzzzc/vs_export

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vs_export

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

usage:vs_export options
           -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(导出msvc的compile_commands.json数据库)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%