pixijs / pixi-haxe

Externs of Pixi.js for Haxe
http://www.pixijs.com
MIT License
180 stars 65 forks source link

Type not found : pixi.plugins.app.Application #157

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

I think I'm missing something. This is my first time using externs with Haxe.

What I did was installing pixijs through haxelib. Then in flashdevelop / haxedevelop (tried in both) I added the pixijs as a reference. Inside the editor it says

src/Main.hx:4: characters 7-35 : Type not found : pixi.plugins.app.Application

Here is a screenshot of my IDE screenshot

What I'm doing wrong?

SlavaRa commented 5 years ago

Can you disable Tools -> Plugins -> LintingHelper? (Inside the editor it says -> compiler says)

ghost commented 5 years ago

Done! It was something really simple. I was referencing the pixi folder instead of the src folder