Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Eclipse suspension tips


May 24, 2021 Eclipse


Table of contents


Eclipse suspension tips


Use the suspension prompt

The java editor contains different types of suspension hints that provide additional information about the mouse pointer to the element. All relevant suspension tips in the java editor can be configured by the Hovers page of preference (enter "hover" in the search box).

Eclipse suspension tips

The java editor moves the mouse pointer over the class and displays java document information related to the class.

Eclipse suspension tips

Moving the mouse pointer over the method in the java editor displays java document information related to the method.

Eclipse suspension tips