We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Buck (and therefore Buckaroo) can integrate with the EasyClangComplete plugin for Sublime Text.
Make sure you install the EasyClangComplete plugin first!
EasyClangComplete can work on a compile_commands.json file. Buck can generate this for you using the compilation-database flavor.
compile_commands.json
compilation-database
If you want code completion for a target called //:app, then do:
//:app
buck build //:app#compilation-database --out compile_commands.json
EasyClangComplete should then pick-up this file and enable code-completion.