haxe-import-hoisterReimplementation of sublime's plugin import hoisting functionality. Can parse whole file at once, one line, or only closest fully-qualified name. When conflicts are detected, choose an option from the quick pick menu on how to handle them. Known issuesWhen hoisting a single qualified name, this extension won't be able to detect that a wildcard might already include a conflicting name. Release Notes0.0.1Initial release of the extension 0.0.2Fixed aliases resolution in most cases 0.0.3Added import sorting with new commands 0.0.4Fixed extraneous newlines after ordering imports 0.0.6Allowed more preceding characters and fixed already-aliased imports. |