Everlaw / nbts

NetBeans TypeScript editor plugin
283 stars 46 forks source link

code completion and navigator are not working #96

Open dilotec-2015 opened 7 years ago

dilotec-2015 commented 7 years ago

hi,

i working with netbeans 8.2 and typescript editor 2.1.5.3. code completion and navigator area are not working. the navigator area is empty.

tse

regards waldemar

Rycochet commented 7 years ago

Works pretty much perfectly for me at home and work (on the same versions) - however until NetBeans finishes the "background scanning" task it doesn't populate that, maybe check if there's any crash reports within NetBeans too - something could be bugging out either within nbts or another plugin, and causing it to not work.

majalette commented 7 years ago

I have the exact same problem with the navigator.

In my case the navigator goes blank as soon as I use inheritance in a class.

eg: export class ScannerScene extends HorizontalBaseScene

If I remove extends HorizontalBaseScene the navigator instantly comes back to life.

There is nothing in the Exception Reporter window. Same in the Notifications window.

jeffrey-easyesi commented 7 years ago

Is there an error message at the top of the file?

majalette commented 7 years ago

There actually was an error with the import of my base class (though everything could compile successfully which is weird) The change I made: import { HorizontalBaseScene } from "core/scenes/HorizontalBaseScene"; to import { HorizontalBaseScene } from "../../core/scenes/HorizontalBaseScene";

and the navigator now works.

jeffrey-easyesi commented 7 years ago

Fixed in release 2.3.2.0