Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

3 relise is not work #152

Open stvbox opened 4 years ago

stvbox commented 4 years ago

nbm file is 100kb size and not work

Chris2011 commented 4 years ago

Hey, can you please be more specific. I don't know what that means. No info at all.

stvbox commented 4 years ago

Im was install plugin v3.0.1 version on my netbeans 11 and its not work. How more specific you wont?

v3.0.1 has size 100kb 2.9 has size 1500kb

its strange!

jeffrey-easyesi commented 4 years ago

Older versions of nbts used to embed TypeScript in the nbts-services.js file, which accounted for most of the .nbm file size. Version 3 instead uses an external TypeScript installation so you have more flexibility in TypeScript version.

Open a .ts file, right-click on its source code window and select "TypeScript Setup...". Locate the "lib" directory from your TypeScript installation.