Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8285150

Improve tab completion for annotations

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • 25
    • 19, 20, 21
    • tools
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      When I press tab after "Math" or "Math.abs(", I get tab completion & am able to access information such as method signatures & Javadoc.
      Annotations should have similar tab completion. So pressing tab after "@Deprecated" should behave the same as doing so after "Deprecated". And pressing tab once after "@Deprecated(" should show a list of the annotation's elements. Additional tab presses should show the Javadoc of each element in turn, just like doing so for a method shows the Javadoc of each method overload in turn.


            jlahoda Jan Lahoda
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: