Everlaw / nbts

NetBeans TypeScript editor plugin
283 stars 46 forks source link

templateUrl and styleUrls should be clickable and navigatable. #72

Open Chris2011 opened 8 years ago

Chris2011 commented 8 years ago

In angular version 1, in NetBeans you can navigate to the template file via ctrl + click or F12. This is very handy and I think a must have. So please add those functionalty to navigate to the templateUrl and stlyeUrls and if there is another where I can reference a file, please do it too. Like as you already did it for imports.

Cheers

Chris

Chris2011 commented 7 years ago

I think that should be easy, because you already have the path like templateUrl: './bla.html' which is in the same folder (./). Same for style files. It should be the same behaviour as for the import stuff.