You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey people,
the extension looks very nice!
I had just a problem...I cannot fully use it because, in most of my projects, I use absolute imports ("@/..."), and like this, I am not able to use it
The text was updated successfully, but these errors were encountered:
Hey Diego!
Thank you for bringing this to our attention. Another user pointed this out as well and this is definitely something we hope to support. I cannot give you a timetable on this addition, however, I can update this thread once absolute imports are supported. Thanks again for such a good suggestion.
Best
Following along, I have a similar issue using absolute imports with a base URL set in tsconfig. The base URL is './src' so an import from 'src/components/Button.tsx' will be 'components/Button.tsx'. Otherwise, the extension is awesome, thanks for your efforts!
Hey people,
the extension looks very nice!
I had just a problem...I cannot fully use it because, in most of my projects, I use absolute imports ("@/..."), and like this, I am not able to use it
The text was updated successfully, but these errors were encountered: