Search the Community
Showing results for tags 'autocomplete'.
-
Hi, I'm quite new to web development, so I'm quite lost regarding to make VS Code Intellisense work for PixiJS. I'm currently using Webpack 2 and I'm able to run PixiJS examples, but only because I've included this in my index.html file: <script type="text/javascript" src="libs/pixi.min.js"></script> So, my code works, but I don't get any autocomplete in VS Code because I don't know how to import Pixi classes and methods into my .js project files. Can someone give me pointers or a small tutorial about that? Thanks a lot
- 6 replies
-
- vs code
- visual studio
-
(and 2 more)
Tagged with:
-
Hello, i m looking for some text editor or ide with autocomplete working with phaser. I was trying do smf with sublime text 3 (love this editor) but couldn't make it. Also i was trying with VS15 but Phaser Themplate is out dated
-
Hello, I am using netbeans and the question is: is it possible to make netbeans autocomplete work with Phaser library?
-
Can somebody who is already using the TernJS plugin for vim help me configure the .tern-project file for a phaser project. I have generatated the files using yeoman phaser-official generator so my folder structure looks like this: src/ | assets/ | bower_components/ | | phaser-official/ | css/ | js/ | | boot.js | | game.js | | main.js | | main.js.bkup | | menu.js | | preloader.js | index.html Do I have to use RequireJS to configure Tern? If yes, is there any generator that does it automaticaly? I've never used RequireJS before so I don't know how to set my project up with it.
- 1 reply
-
- ternjs
- autocomplete
-
(and 5 more)
Tagged with:
-
Will the Phaser Sandbox get an autocomplete feature? The snippets are useful but a real autocomplete would be an awesome time saver and miss typing corrector. I love the Sandbox and currently using it on a Samsung Chromebook(the first one made) to learn game development.