Open r8code opened 8 years ago
This is pretty difficult to come up with a solution with as few infos :p Do you have anything else in the ST Console besides that ?
Also, is it really haxe 3.2.0 or 3.2.1 ?
It looks similar to this : https://github.com/clemos/haxe-js-kit/issues/86
mine is haxe 3.2.1 , yes it looks similiar to #86 update to haxe 3.3 ,still no luck
I want to ask why this doesn't work
-Ubuntu 15.10 -haxe 3.2 -ST 3
.hxml: -lib js-kit -lib hxnodejs ... ... import js.npm.Express; ... var webapp : Express = new Express();
trying to Go To Definition but got this at the bottom line
Definition of 'Express' not found .... Unexpected .
also the autocompletion does not work on webapp.
is there something i missed ?