Eclipse tutoria...login
Eclipse tutorial
author:php.cn  update time:2022-04-13 14:09:28

Eclipse hover prompt



Using hover tips

The Java editor contains different types of hover tips, which provide additional information about the element pointed by the mouse pointer. All relevant floating prompts in the java editor can be passed preference Hovers page to configure (enter "hover" in the search box).

hover_help_1

java Move the mouse pointer over a class in the editor, and the java document information related to the class will be displayed.

hover_help_2

java Move the mouse pointer over a method in the java editor, and the java document information related to the method will be displayed.

hover_help_3

php.cn