Plug-in to use TypeScript in NetBeans 8.1?

1

I'm using NetBeans 8.1, but it does not recognize the syntax of TypeScript .

Is there a plug-in that works well with TypeScript in NetBeans 8.1? If it does not exist, what IDE would be indicated?

    
asked by anonymous 28.07.2016 / 00:53

1 answer

2

Yes, there is Everlaw on the NetBeans page . I do not know him, I do not know if it's good. I also found mais um *plugin*

However, IDE for TypeScript is not missing.

Visual Studio is the most obvious. The WebStorm is also very good. has Visual Studio Code which is much simpler but runs on many platforms.

There are three plugins for Eclipse [ 1 , 2 , 3 ]. You have Atom , ALM , the Sublime Text , or Emacs , and two syntax highlighters for Vim [ 1 , 2 ] and two other language services [ 1 , 2 .

    
28.07.2016 / 00:55