Details
-
Improvement
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
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