retrogamer4ever Posted May 19, 2013 Share Posted May 19, 2013 Ah, cool, I do keep hearing good things about it... But I do a bunch of work in java, C++ and PHP so NetBeans supports all that pretty well. Also id rather stay away from using TypeScript as I am still trying to really get familiar and good with javascript :-) Anyone use Sublime, textmate or that brackets thingy? Link to comment Share on other sites More sharing options...
rich Posted May 19, 2013 Share Posted May 19, 2013 I use Sublime a lot, it's one of the best all-round text editors I've ever had the pleasure of using. I don't use it for TypeScript work though because you get none of the benefits of TS from it, there's no code-insight, no jsdocs, nothing really. But for plain coding it's a dream. Strangely I find that when I code in plain JS (in Sublime) a good chunk of my errors are typo related. When I code in TypeScript it's almost impossible to make typo or data-type related errors, so it just comes down to game logic. I.e. I get stuff made a lot faster as a result. Link to comment Share on other sites More sharing options...
retrogamer4ever Posted May 19, 2013 Share Posted May 19, 2013 Cool! Sublime may just take the place of Text Wrangler for all my quick scripting needs. Also hear you 100% on all the benefits of using Typescript vs javascript, but I also do a bunch of general web dev stuff and I want to make sure I fully understand how js works before jumping in and using something that generates it for me. Especially if I want to start building libs for others to use. But yeah, I don't want to go to far off topic :-P Sorry. Another tool I have heard people liking for js dev is https://c9.io/ Link to comment Share on other sites More sharing options...
Orillian Posted May 22, 2013 Share Posted May 22, 2013 I just thought I'd put a wave in for phpStorm/webStorm They both do Typescript and javaScript top tier. As for Typescript compiling all you need is a local install of the compiler either standalone or in node.js and you can use the "File Watchers" built into the Storm IDE's to automatically compile your TypeScript to js on the fly. Works a real treat! I'd say with the File Watchers it pushes webStorm above VS for Typescript support for me. Second post: WebStorm on Windows and Linux for me, using typescript on node lets you use the File Watchers for compiling, that gets you compiler errors in webStorm (As you type them if you want!). I generally set mine to compile on manual save, speeds things up a bit. I'm still pretty new to typescript, read as I need to write a lot more code, to get the full feel of it, but I enjoy it so far! Latest webStorm 7.0+ EAP's are doing rather well performance wise with it as well! Link to comment Share on other sites More sharing options...
BigRob154 Posted June 17, 2013 Share Posted June 17, 2013 I'm using WebStorm on OSX here. Link to comment Share on other sites More sharing options...
Orillian Posted June 19, 2013 Share Posted June 19, 2013 Hmm...somehow my other post was not showing up for me. Feel free to kill this one. O. Link to comment Share on other sites More sharing options...
bali33 Posted January 9, 2015 Share Posted January 9, 2015 Hi, Sorry to bump this old post - I have just installed WebStorm and I wanted to add the Phaser TypeScript definition in order to have code completion but didn't find out how. For what I have see Webstorm only allows to download Typescript files for a specific Git repository and the Phaser one is not hosted in that repo. How do you set-up Webstorm in order to work with Phaser ? Thank you Link to comment Share on other sites More sharing options...
horkoda Posted January 9, 2015 Share Posted January 9, 2015 IIRC, I've downloaded the latest TS file from https://github.com/photonstorm/phaser/tree/master/typescript and then put it manually in my WebStorm's project (or the global context). Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted November 5, 2015 Share Posted November 5, 2015 I am using Phaser Editor on windows ;-) Link to comment Share on other sites More sharing options...
Todi Posted November 5, 2015 Share Posted November 5, 2015 If I can make a suggestion: give WebStorm a try. It left all other IDEs behind in the dust after I tried it.I use SublimeText for quick edits of single files. Agreed! Code completion works really great! I'm using WebStorm too! Link to comment Share on other sites More sharing options...
MichaelD Posted November 5, 2015 Share Posted November 5, 2015 Sublime for me, used brakets for some time but didn't like the plugins and it used to crash alot Link to comment Share on other sites More sharing options...
WombatTurkey Posted November 5, 2015 Share Posted November 5, 2015 Not an IDE (I dont think), but I'm still on Notepad++.. It's like Windows 7.. I don't want to leave it. I'm too used to the color syntax. It's like ingrained in my head. PhaserEditor2D 1 Link to comment Share on other sites More sharing options...
ekeimaja Posted November 6, 2015 Share Posted November 6, 2015 I use NetBeans and Sublime. Link to comment Share on other sites More sharing options...
drhayes Posted November 6, 2015 Share Posted November 6, 2015 Atom. When that's too slow, Sublime. When that's too slow, vim. ( = mattstyles 1 Link to comment Share on other sites More sharing options...
in mono Posted November 6, 2015 Share Posted November 6, 2015 WebStorm. Yes, it is sluggish sometimes, but it has features that I can't work without now that I'm used to them; it could make work more bearable concerning the keyboard layout on OS X (while I was still using it). Link to comment Share on other sites More sharing options...
bruno_ Posted November 6, 2015 Share Posted November 6, 2015 I use visual studio 2015 community Link to comment Share on other sites More sharing options...
vohogames Posted November 6, 2015 Share Posted November 6, 2015 over a decade i use visual studio (at work)at home, i am still insisting to use Notepad++ Link to comment Share on other sites More sharing options...
MoreK Posted November 7, 2015 Share Posted November 7, 2015 NetBeans mainly, nowadays. Visual Studio for some Windows/Windows Phone related stuff. XCode in Mac for iOS code. Link to comment Share on other sites More sharing options...
BrunoHautenfaust Posted November 7, 2015 Share Posted November 7, 2015 For C# -> Visual Studio.For JavaScript -> SublimeText but right now I'm testing Brackets and it's not half bad. Link to comment Share on other sites More sharing options...
Batzi Posted November 8, 2015 Share Posted November 8, 2015 I use Atom for JS/TS Link to comment Share on other sites More sharing options...
bymafmaf Posted November 8, 2015 Share Posted November 8, 2015 I'm using Brackets with extension Beautify for automated indent. Its theme is soft and clear, not like Eclipse or Webstorm. Also no need Xampp or something to run, it has built in local server for debugging and live edit with chrome Link to comment Share on other sites More sharing options...
mjohnsonengr Posted November 9, 2015 Share Posted November 9, 2015 I run in TypeScript; I use Atom, Grunt and Chrome in my development environment, although it's not really tightly integrated so I guess It's just my DE, not my IDE Link to comment Share on other sites More sharing options...
Tom Atom Posted November 9, 2015 Share Posted November 9, 2015 Visual Studio Community 2015 with Typescript - really luxury. Link to comment Share on other sites More sharing options...
Akumu Posted November 10, 2015 Share Posted November 10, 2015 I'm working with Atom, grunt and nwjs Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted January 18, 2016 Share Posted January 18, 2016 You can try also with Rayo, it is a text editor made for phaser with very nice coding features. Link to comment Share on other sites More sharing options...
Recommended Posts