vim-react-goto-definition icon indicating copy to clipboard operation
vim-react-goto-definition copied to clipboard

It doesnt work with TSX file extension

Open devnexitus opened this issue 3 years ago • 0 comments

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.

devnexitus avatar Dec 07 '21 13:12 devnexitus