privacysandbox / protected-auction-key-value-service

Protected Auction Key/Value Service
Apache License 2.0
55 stars 20 forks source link

Recommended setup for development environment #51

Open fhoering opened 6 months ago

fhoering commented 6 months ago

Currently the quickstart page only uses cli builders.

Can you share an advised setup to build this with a full IDE development environment ?

One that would allow intellisense for example including generated code like https://github.com/privacysandbox/protected-auction-key-value-service/blob/9a60180f9d6f52a4ca805e5463ecc9e5e80e88f9/public/query/v2/get_values_v2.proto#L136

Is it possible to get a working setup with Visual Studio Code and C++/Bazel plugins ?

It seems important to allow everyone auditing and analyzing the trusted code base easily.