0

I am very new to Grails I want to get info about each function just hovering the mouse as I did in java/android via Windows->Preferences->Java->Editor->hover.

I am using Groovy/Grails Tool Suite Version: 3.6.4.RELEASE

tim_yates
  • 167,322
  • 27
  • 342
  • 338
eeadev
  • 3,662
  • 8
  • 47
  • 100

1 Answers1

1

From what I can gather playing with settings on my local GGTS 3.6.3, the same settings location that you've given:

Windows -> Preferences -> Java -> Editor -> Hover

Appear to apply to my .groovy files as well. I have the following enabled:

  • Combined Hover - with Pressed key modifier while hovering left blank
  • Externalized String
  • Javadoc
  • Source
tylerwal
  • 1,858
  • 2
  • 15
  • 20