

Final exam status: Written final exam conducted during the scheduled final exam period.
Cs61b java visualizer intellij plugin update#
The Java Visualizer will appear, displaying the stack of the currently paused program:Īs you continue to step through and pause your code, the visualizer display will update accordingly to show you what’s going on in your program. Spring: 3.0 hours of lecture, 1.0 hours of discussion, and 2.0 hours of laboratory per week. When your code stops, you can click the Java Visualizer icon: To use the built-in visualizer, debug your code, setting breakpoints as necessary. This tool is intended to help you debug and understand your code, and is integrated into IntelliJ’s Java debugger. The plugin contains a built-in version of the Java Visualizer, a tool similar to the Python Tutor visualizer you may have used in CS 61A. Click the links to jump directly to the problematic line of code. A tool window will appear with the results of the style check, and a list of any errors. To run the style checker, simply right click any file or directories you want to check, and select Check Style in the menu that appears.Ĭlick it, and the style checker will run. The plugin includes a helpful style checker, which will check your code and inform you of any style errors and their locations. In this class, you will eventually be required to make sure your code conforms to the official style guide. Wait for the plugin to download and installĬlick the grey Restart IntelliJ IDEA button to finalize the installation. In the window that appears, enter “CS 61B” in the search bar at the top. In the Welcome window, click the Configure -> Plugin button on the bottom right of the window.Ĭlick the button labeled Browse Repositories… on the bottom. If you’re on one of the lab computers, use the command /share/instsww/bin/idea.sh in a terminal window to start IntelliJ. Installingīegin the setup process by starting up IntelliJ.

This guide assumes that you already have IntelliJ installed. This document will guide you through installing and using the CS 61B IntelliJ plugin.
