Search the Community
Showing results for tags 'phpstorm'.
-
Hello I use PHPStorm or Webstorm for most projects I do (mostly PHP). I want to try BabylonJS in combination with that software. I follow the tutorial, put an index.html and babylon.2.5.js in the same folder, reference it in a script tag, working like a charm. PHPstorm hints to classes and functions, very cool. But when I want to fill in parameters, I see this: It's something, but not very much. I suspect this is because the babylon.2.5.js file is transpiled from TypeScript. I figured I want to work in TypeScript because that language is nicer imho than Javascript. So again, followed the tutorial. added the d.ts file to my PHPstorm project. That doesn't work at all because PHPStorm cannot find any reference to the BABYLON namespace. So I tried something else, added babylonjs as an external library (apperently someone made that for PHPStorm) but the effect is the same. Is anybody working here with PHPStorm (or webstorm) + TS + BabylonJS and willing to get me started? Thanks!
- 4 replies
-
- code hinting
- typescript
-
(and 3 more)
Tagged with:
-
HI, although i have been using Phaser with PHPStorm for a while (with Typescript, all working fine), i can't get the documentation to show up. Can anybody help me making this work? I'd like to have the same 'popup' documentation for Phaser classes that i have for jQuery or for my own classes for example, i tried various things i found about PHPStorm, but it just won't work