Hey all, is the IntelliJ plugin still supported? T...
# general
p
Hey all, is the IntelliJ plugin still supported? The last commit is from last year and it does not show up in the plugins tab when I try to install it (only the ELS version does): https://github.com/pantsbuild/intellij-pants-plugin
h
That is a Pants v1 thing, and is not supported (since Pants v1 itself is not). For Pants v2 there are generic IDE instructions here: https://www.pantsbuild.org/docs/setting-up-an-ide, and JVM-specific integration here: https://www.pantsbuild.org/docs/jvm-overview#working-in-an-ide
šŸ‘ 1
f
On top of that, 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.
šŸ‘ 1
p
Thanks for the replies!
šŸ™ 1
s
Is there any ongoing work for a pants VSCode extention/INtelliJ plugin? EDIT: Just found out about https://github.com/RobotPajamas/suspenders/issues. šŸ™Œ