Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-2968

Identify the class despite the letters with wrong size.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • java - Editor
    • Windows 10, NetBeans Linux 1187, Java 12.0.2

    Description

      Hello,

      I thought of a feature that would be quite useful.

      If I write eg.

      var timeline = new Timeline();

      NetBeans recognizes that it is a javafx.animation.Timeline and offers to import it.

      But, if I write

      var timeline = new timeline();

      NetBeans will only offer to create this class because class timeline does not exist.

      Therefore, I would be grateful if NetBeans could find a class even if one or more letters did not have the correct case.

      To offer me an import of javafx.animation.Timeline, whether I write Timeline, timeline, timeLine, TimeLine, etc.

      Thank you

      Attachments

        Activity

          People

            Unassigned Unassigned
            Michal_cat Michal Rama
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: