TypeScript On Netbeans
Written by Ian Elliot   
Tuesday, 20 October 2015

If you really need to put type into JavaScript then TypeScript is a popular option, but many are put off by its Microsoft associations including having to use Visual Studio. Now you can choose to use NetBeans if you want to and stay away from VS. 

typescript1

NetBeans TypeScript Editor is a plugin for version 8 of NetBeans and later. It was recently upgraded to V1.6.2.0 and includes lots of new features including TypeScript 1.6.2 - yes the version numbers have been kept in step. 

Installation is just a matter of downloading the plugin, which is a .nbm file, from the release of your choice on GitHub. Once downloaded you simply use the Tools menu to add it - let's hope it becomes an official plugin in the near future. You can also find it in the NetBeans Plugin Portal:
    http://plugins.netbeans.org/plugin/60605/typescript-editor.

The small detail omitted from the readme is that you need to have Node.js installed. This is obvious if you already know that TypeScript is a Node.js package, but if you are just wanting to try TypeScript it can be less than obvious. 

From this point you can start to work on a TypeScript program. The editor can be used for any .ts file. You get full support for: 

  • Code completion
  • Error checking
  • Find usages
  • Go to Declaration
  • Syntax highlighting

That is most of what you would expect from any language-specific NetBeans editor. 

 

types

 

What you don't get at the moment is automatic compilation. You have to drop out to the command line to compile the file to JavaScript. Once compiled, however, you have all of the facilities of NetBeans to run and debug the HTML/JavaScript program.

Coming soon is a compile on save option and if the promise is made good this will really make NetBeans an easy to use and productive TypeScript environment. 

There are three people currently working on the project and if you feel like contributing to this open source effort then it would be a great starting place for anyone wanting to master NetBeans plugins, Node.js and the TypeScript compiler. 

Banner


Hydraulic Atlas Bows Out, Welcome Electric Atlas
21/04/2024

Boston Dynamics dismayed us at the beginning of the week with a video that suggested was discontinuing Atlas, its humanoid robot. Fast forward a day and its successor was unveiled. Designed to be even [ ... ]



Udacity's New Discovering Ethical AI Course
12/04/2024

Udacity has just launched an hour-long course on Ethical AI. Intended for a wide audience across many industries, it introduces to basic concepts and terms needed to step into the world of Ethica [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

 

Last Updated ( Tuesday, 20 October 2015 )