Metadata generated Class definitions

@mh, @ck:
Guys is it overall possible to add these three entities into generated definitions of classes (that thing that appears when you hit Go To Definition) in the future?

  1. Process sources of underlying .jars so that the comments (from original .java) will appear in front of method definitions
  2. Method definitions marked with throws for Java checked exceptions.
  3. Ability to jump definition to definition. (Go To Definition from another generation definition, not only your source)

Since overall when writing code targeting COOPER I will always have Android studio open at second screen browsing through sources for API definitions, it will be great If that can be done directly through Fire.

For 1, I don’t think we have access to that, as the comments aren’t included in the jars and we don’t necessarily have access to (or can associate) the source. 2 and 3 should be doable, in personally would really like to see #3, too.

Thanks, logged as bugs://76003

Thanks, logged as bugs://76004

@mh: Nice, alright, looking forward!

1 Like

bugs://76003 got closed with status fixed.

bugs://E18141 was closed as fixed.