clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
237 stars 86 forks source link

definition not found #265

Open r8code opened 8 years ago

r8code commented 8 years ago

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 ?

clemos commented 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 ?

clemos commented 8 years ago

Also, is it really haxe 3.2.0 or 3.2.1 ?

clemos commented 8 years ago

It looks similar to this : https://github.com/clemos/haxe-js-kit/issues/86

r8code commented 8 years ago

mine is haxe 3.2.1 , yes it looks similiar to #86 update to haxe 3.3 ,still no luck