1

How to implement hover hint for JavaScript (Eclipse JSDT).

I want when user hover over some keyword, some description is shown, like description in code completions:


(source: nodeclipse.org)

But that description should be also way to move that window into View stack in the bottom on Windows (Just like JavaDoc)

Community
  • 1
  • 1
Paul Verest
  • 60,022
  • 51
  • 208
  • 332

1 Answers1

0

Did you open an enhancement request for JSDT on Eclipse Bugzilla?

Mickael
  • 3,506
  • 1
  • 21
  • 33