Plugin for CS 61B at UC Berkeley. Includes a style checker (Checkstyle). This plugin no longer includes the Java Visualizer: it has been split off into a separate plugin: https://plugins.jetbrains.com/plugin/11512-java-visualizer
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "CS 61B" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
- Add the cs61b__checks.xml file in the style_config folder.
- For suppressions, add the cs61b__suppressions.xml file in the style_config folder.
- Add the semester's config line in index.txt. The line should have the format
(regex for current semester)<tab character>(checks xml)<tab character>(suppressions xml)
- Update the plugin version in gradle.properties
- Update the Change Notes under "[Unreleased]"
Plugin based on the IntelliJ Platform Plugin Template.