←back to thread

392 points mfiguiere | 1 comments | | HN request time: 0.204s | source
Show context
rockwotj ◴[] No.35475432[source]
Does anyone know how IDE support for Buck2 is? I couldn't find anything except some xcode config rules. Half the battle with Bazel/Buck/etc is that getting and IDE or LSP to work for C++/Java/Kotlin/Swift/etc is always a pain because those tools don't really work out of the box.
replies(2): >>35476468 #>>35487294 #
habitue ◴[] No.35476468[source]
probably use a starlark plugin?
replies(1): >>35477063 #
1. piperswe ◴[] No.35477063[source]
How does that help with developing C in a Buck project?