Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-Import isn't inserting in the correct location #347

Closed
Jarrio opened this issue May 20, 2019 · 1 comment
Closed

Auto-Import isn't inserting in the correct location #347

Jarrio opened this issue May 20, 2019 · 1 comment

Comments

@Jarrio
Copy link

Jarrio commented May 20, 2019

package;

@:jsRequire('WebSocket')
extern class WebSocket {
	public function new(url:String):Void;
	public function on(event:SocketEvent, callback:Function):Void
}

gif

It appears like once something has been imported, all imports after are inserted as expected

@Gama11
Copy link
Member

Gama11 commented May 21, 2019

Note to myself: maybe I'm accidentally using getPos() instead of getTreePos().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants