We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
So instead of having to type:
import {} from "whatever";
and then go back to fill in the {} with IntelliSense, a LINQ-like syntax would be easier to use like this:
from "whatever" import {Something};