2024-11-08
Bazel / Intelli-J Plugin Improvements with Python Code-gen
Earlier in 2024 I have done some work to improve the Bazel plugin for Intelli-J. I’ve been at it again and this time working to make the plugin work better for Python code-generation.
Prior to this, Bazel Rules that produce Python code as outputs would not work in the IDE for code-complete, symbol detection, click-navigate etc… After the change, it is possible to do all these things with Rules that output either .py
sources or directories of .py
sources.