Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Typescript lib directory is not set #150

Closed programster closed 5 years ago

programster commented 5 years ago

How do I resolve this error in Netbeans 11 after having installed the latest typescript plugin (3.0.1)?

Typescript lib directory not set

Workspace 1_001

When I go to plugins, I don't even see the typescript one to configure...

Selection_002

There doesn't appear to be a typescript area under project settings...

Selection_003

... not did I see anywhere to configure Typescript under tools > options.

Options_004

Any help/advice appreciated.

jeffrey-easyesi commented 5 years ago

Right click inside the editor window of a .ts file:

image

programster commented 5 years ago

:man_facepalming: so simple Thanks.

Chris2011 commented 5 years ago

This is what I said here: #140 people expect such behaviour inside the project properties and/or in the global options. Not inside a single TS file which doesn't make sense at all. Seems simple but it is not where you expect it.