dprogm/vscode-bazel-tools

Generate Visual Studio C++ project files

acomerdigi opened this issue · 4 comments

Would like to see a feature where the tool can read Bazel BUILD/WORKSPACE files and generate a valid .vcproj file

Not sure if this should be better part of a Visual Studio plugin? This plugin actually only works in conjunction with Visual Studio Code and uses internally bazel commands for introspecting the dependency graph.

zaucy commented

I believe this is out of the scope of this project. If bazel has first class support for generating project files it should be supported, but as far as I know that isn't a planned feature of bazel.

I close this issue because as @zaucy already said this is out of the projects scope.

For what it's worth I see it seems there's a project that does this according to the new bazel blog post: https://github.com/tmandry/lavender