buck icon indicating copy to clipboard operation
buck copied to clipboard

Visual Studio support for Buck project

Open njlr opened this issue 7 years ago • 7 comments

It would be useful to be able to generate a Visual Studio solution / projects using the buck project command.

Are there any plans to support this?

njlr avatar Oct 12 '18 08:10 njlr

Should add that this is an advantage of CMake over Buck right now.

njlr avatar Oct 12 '18 08:10 njlr

Generating VS projects directly from buck project is not supported. But you can use buck query to generate CMake files and then to visual studio projects

timmych avatar Oct 16 '18 17:10 timmych

If you want, you can also consider contributing to make buck project support VS proj generation.

timmych avatar Oct 16 '18 17:10 timmych

How do you use buck query to generate CMake projects? I can't find any documentation or examples around that.

scramsby avatar Oct 19 '18 21:10 scramsby

@scramsby, unfortunately there are no examples of generating CMake projects - buck query provides a way to access all information specified in BUCK files and as such can be used by an external script to generate CMake or any other project.

ttsugriy avatar Oct 20 '18 02:10 ttsugriy

Any chance this ever made it to the roadmap? Or anyone in the community figure out a good way to get a VS solution file generated from a buck project? I'd also be satisfied with hints/tips on generating binaries from buck with symbols for debugging :)

muffins avatar Jun 21 '19 17:06 muffins

Is it still on the roadmap?

corporateshark avatar Nov 19 '22 00:11 corporateshark