HaxeFoundation / intellij-haxe

Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
http://intellij-haxe.org
Apache License 2.0
222 stars 99 forks source link

Enhancement: better ways to add haxelib #462

Open buckle2000 opened 8 years ago

buckle2000 commented 8 years ago

Allow people to add a haxelib just using its name, but not a path. Also, try to find haxelib with same name as first package name when ide can not find valid package.

buckle2000 commented 8 years ago

Also, I am using openfl, and project.xml

as3boyan commented 8 years ago

That should work if you edit project.xml by hand and reopen project - like manually adding <haxelib name="..."> to project.xml, plugin should automatically add it to path, but I have to agree that is may be not intuitive, but that is what we have at time.