Press PgDown to display a list of fragments. The current fragment is highlighted.
You can prevent fragments from fading out by applying additional styles.
You can use highlights in source code to point things out.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}