0

When I try to see the definition of an object or class of my React Native project, the IDE (WebStorm or VSC) brings me to TypeScript's declaration file (d.ts) instead.

How can I make it so I am being brought to the actual code that implements the class?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Boon
  • 40,656
  • 60
  • 209
  • 315

1 Answers1

2

Not currently possible; please vote for WEB-28729 and linked tickets to be notified on any progress with this feature

lena
  • 90,154
  • 11
  • 145
  • 150