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

JShell suggestions hidden by wrapped lines

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 26
    • 25, 26
    • tools
    • None

      Defined a variable `l` of type `List`, type `l.stream()`, Alt+Enter, `.to`:

      jshell> l.stream()
         ...> .to

      and then Tab:

      jshell> l.stream()
         ...> .to
      jshell> l.stream()t() toString()
         ...> .to

      The suggestions are hidden incorrectly

            cstein Christian Stein
            liach Chen Liang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: