Being able to import classes into another class for example using ES6 syntax, this way you could reduce the use of ##class(Sample). throughout the document when it is needed repeatedly in more than one place.
A possible example would be to be able to put in the class declaration something similar to
import sample from "SampleClass";and use it inside the class by calling
..sampleaccessing whatever properties and methods it has available.
Thank you for submitting an idea for the Ideas contest. The status changed to "Ideas Contest".
Please answer the experts' clarifying questions, if any, during the contest and voting period.