I’ve recently discovered there is a decent support...
# general
f
I’ve recently discovered there is a decent support of
BUILD
files in PyCharm and VSCode via the Bazel plugin 🙂
❤️ 2
There is some limited support for code navigation and interaction as well such as reporting syntax errors, ability to comment/uncomment blocks of code, and collapse/expand code sections. • PyCharm users need to install the Bazel plugin and add the
BUILD
file name pattern to the
Bazel BUILD language
in the
Recognized File Types
section. See Change filename patterns associated with file type to learn more. • VSCode users only need to install the Bazel plugin.
PyCharm:
VSCode:
b
Ooooh. @fresh-cat-90827 this would be a great blog post...
👀 1