Live data from Hacker News

TypeScript 0.9 released

blogs.msdn.com

1–10 of 81 posts

Re: TypeScript 0.9 released

#3
I want this so bad, but I want to type it in my IDE of choice: Intellij IDEA/(or Eclipse, to play the devil's advocate).

Is there any legal reason why someone couldn't create a plugin for those Java ides to compile TypeScript?

Re: TypeScript 0.9 released

#4
post #3

I want this so bad, but I want to type it in my IDE of choice: Intellij IDEA/(or Eclipse, to play the devil's advocate). Is there any legal reason why someone couldn't create a plugin for those Java ides to compile TypeScript?

There is Typescript language support for Emacs and Sublime Text, so there shouldn't really be a problem there; someone just has to do it.

Re: TypeScript 0.9 released

#5
post #3

I want this so bad, but I want to type it in my IDE of choice: Intellij IDEA/(or Eclipse, to play the devil's advocate). Is there any legal reason why someone couldn't create a plugin for those Java ides to compile TypeScript?

IntelliJ has support for Typescript. I'm not sure if this is the level of support you're looking for but it seems like it should be sufficient.

http://www.jetbrains.com/idea/webhelp/typescript-support.htm...

Re: TypeScript 0.9 released

#6
post #3

I want this so bad, but I want to type it in my IDE of choice: Intellij IDEA/(or Eclipse, to play the devil's advocate). Is there any legal reason why someone couldn't create a plugin for those Java ides to compile TypeScript?

The TypeScript tooling is completely open source (and actually written in TypeScript itself). So yeah I think we should see more support for TypeScript as it gains more traction.

Re: TypeScript 0.9 released

#7
post #3

I want this so bad, but I want to type it in my IDE of choice: Intellij IDEA/(or Eclipse, to play the devil's advocate). Is there any legal reason why someone couldn't create a plugin for those Java ides to compile TypeScript?

Aren't you aware that support is already available since version 12.1.0?

http://www.jetbrains.com/idea/whatsnew/

http://www.jetbrains.com/idea/webhelp/typescript-support.htm...

Re: TypeScript 0.9 released

#8
post #3

I want this so bad, but I want to type it in my IDE of choice: Intellij IDEA/(or Eclipse, to play the devil's advocate). Is there any legal reason why someone couldn't create a plugin for those Java ides to compile TypeScript?

IntelliJ has support for Typescript. I'm not sure if this is the level of support you're looking for but it seems like it should be sufficient. http://www.jetbrains.com/idea/webhelp/typescript-support.htm...

Whoa, thank you sir. I assumed it didn't support it because I couldn't find a Typescript plugin when I searched their repository. I didn't think it would just be built in.

Re: TypeScript 0.9 released

#9
post #3

I want this so bad, but I want to type it in my IDE of choice: Intellij IDEA/(or Eclipse, to play the devil's advocate). Is there any legal reason why someone couldn't create a plugin for those Java ides to compile TypeScript?

I will recommend you to try WebStorm Trial by IntelliJ (http://www.jetbrains.com/webstorm/)

This is the same as IDEA, but focused on Web Development and releasing new features much-much faster.

But best support offers MIcrosoft's Visual Studio. You could try Visual Studio Web Express (http://www.microsoft.com/visualstudio/eng/products/visual-st...) if you are using Windows. It's totally free.

Re: TypeScript 0.9 released

#10
I am very excited by Typescript. I think JS was badly in need of some better typing. This release looks like it adds a lot: overloading on constants, enums, and generics will all lead to better typing. Never thought I'd say it, but thanks, Microsoft!
Post reply on HN