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


TIOBE - Two To Rule Them All
16/07/2025

The July Tiobe index is out and it isn't particularly interesting until you notice that it confirms the standard model of programming -  code is written in Python and C and everything else is jus [ ... ]



Linux Passes 5% Milestone
22/07/2025

Latest figures from StatCounter show that Linux achieved a 5.03% share of the Desktop Operating System market in June 2025, something that is being viewed as a pivotal moment for open-source soft [ ... ]


More News

 

pico book

 

Comments




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

 

 

Last Updated ( Tuesday, 20 October 2015 )