Jump to content

Which Typescript IDE


kihu
 Share

Recommended Posts

Hi,

I'm coming from AS3/Flash background, currently researching possibilities of HTML/WebGL development. For the past week I've been trying out various approaches to js, ended up focusing on Typescript. I'm currently struggling to pick and setup an IDE. Currently I'm using Visual Studio Express, however it lacks essential functions like code generation and templates.

What is your ts IDE of choice? What are some tools/configuration tips you use to make the development easier?

thanks,
kihu

Link to comment
Share on other sites

  • 4 months later...

Hello,

 

Has there been any progress with Typescript IDEs since the original post?

 

I'd been getting on well with Visual Studio for the past 12+ months, but recently it has started to chew up memory - rocketing up to 2GB usage. (I'm not sure if this is indicative of a problem with my projects).

 

Brackets is nice and light and the extension I've been using works well (brackets-typescript-code-intel), but it doesn't seem to cope with chains of references (whereas VS did).

 

I do so love Typescript.....

 

Thanks,

James

Link to comment
Share on other sites

JetBrains my friend, get JetBrains now!! :D .. in detail, JetBrains WebStorm is cheaper and great to use. With that I could embed a small server to run in localhost to host my game locally for testing using Node.js, also make a simple compiler to do anything I want the results or whatever within the project.

 

In my opinion JetBrains has the best code completion for JavaScript as well, so in case your code is crazily complex, it can intelligently suggest related functions/variables, even though technically they don't know where it is from due to JS nature of being dynamic.

 

I don't know how to do it in Visual Studio, but JetBrains gives me the freedom I ever wanted for more than 3 years. :D

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...
  • 3 years later...

Because this topic is well indexed on Google I will update it a little.

I think TypeScript has matured a lot since 2013. There is also a lot of support for it in different IDEs now. One great one is Visual Studio Code, which is made by microsoft, but is more similar to Atom.

 

Link to comment
Share on other sites

Yes, I'm a daily TS user and would say since TS2 that VS Code has become my go-to IDE (small, mostly quick, does the job out-of-the-box and is linked to the release cycle of TS).  I used Atom prior and it had some nice workarounds for the limitations of TS1 tsconfig, but I found it increasingly unresponsive dependent upon the size of project, and the workarounds were no longer of benefit (to me).  Both of these IDEs use a webview, which may be the cause of the graphical performance issues I encountered - notching them into fullscreen modes can improve things.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...