Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Xtend: Any way to show javadoc of super-method in hover?
Xtend: Any way to show javadoc of super-method in hover? [message #1836362] Wed, 30 December 2020 09:29 Go to next message
Konrad Jünemann is currently offline Konrad JünemannFriend
Messages: 93
Registered: December 2018
Member
Hi,

In Xtend, the javadoc of the method you inherit from is not shown in the inheriting method's hover. Is there any way to achieve this? @inheritDoc does not seem to do the trick.

Example:
class A {
   /** Comment A */
   def myMethod() {}
}

class B {
   
   override myMethod() {} // <-- hovering over this method does *not* show "Comment A"
}
Re: Xtend: Any way to show javadoc of super-method in hover? [message #1836937 is a reply to message #1836362] Tue, 19 January 2021 10:39 Go to previous message
Tamas Miklossy is currently offline Tamas MiklossyFriend
Messages: 157
Registered: February 2016
Senior Member
Hello Konrad,

I have just tried it out with the latest Xtend and unfortunately such feature is not yet supported.

Could you please file a feature request under https://github.com/eclipse/xtext-xtend/issues

Thank you very much!
Tamás
Previous Topic:Duplicate elements in ELists
Next Topic:Declare and implement ecore model import in xtext grammar
Goto Forum:
  


Current Time: Fri Apr 26 05:41:15 GMT 2024

Powered by FUDForum. Page generated in 0.03323 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top