vim-react-goto-definition
vim-react-goto-definition copied to clipboard
It doesnt work with TSX file extension
Description of the problem
Just that, it works well with TS files, but not with TSX
Problem reproduction
- Execute
npx create-react-app test --template typescript; cd test; nvim src/index.tsx - Go to line 4
- Execute
:call ReactGotoDef()in the path "./App"
You will see that nothing happens.