Open dilotec-2015 opened 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.
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.
Is there an error message at the top of the file?
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.
Fixed in release 2.3.2.0
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.
regards waldemar