react-extract.nvim icon indicating copy to clipboard operation
react-extract.nvim copied to clipboard

Neovim plugin for extracting jsx into React component

Results 5 react-extract.nvim issues
Sort by recently updated
recently updated
newest added

Perhaps I am misusing what this is about but I was hoping to take a piece of JSX and extract it to a component in a new file. I am...

I got this error when trying to extract to new file ``` Error executing vim.schedule lua callback: ...cker/start/react-extract.nvim/lua/react-extract/init.lua:49: bad argument #3 to 'gsub' (string/function /table expected) ``` I use treesitter,...

bug

This plugin does not work. Is this an abandoned project because that's what it seems like .

First off, cool plugin! It'd be even cooler if you provided a mapping / a function to work in operator mode with text objects!