Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Please update to 2.6.1 #125

Closed Chris2011 closed 5 years ago

Chris2011 commented 6 years ago

Please change version to 2.6.1. It will add this new quick fix feature for npm install a missing @type definition: https://github.com/Microsoft/TypeScript/issues/14423

And some other stuff.

Cheers

Chris

Chris2011 commented 6 years ago

Now we have 2.7.3 I think and we are close to 2.8. What is the state of the plugin?

Rycochet commented 6 years ago

The plugin works perfectly with the latest versions of TS - just make sure you npm install --save typescript and it'll use whichever one you have next to it.

There's no need for them to release a new version just to bump the version number when there's literally no other changes needed as the TS service handles nearly everything directly.

jeffrey-easyesi commented 6 years ago

@Rycochet: Actually nbts has its own internal copy of TypeScript; currently it can't use an external TS installation.

I've just released a new version based on TS 2.7.2.

Rycochet commented 6 years ago

@jeffrey-easyesi Doh - don't know where I thought it could use an external one!