krehwell

Results 3 issues of krehwell

hey, first of all, great plugin. is that possible to get rid to double quote as well? ex: ```javascript { paddingLeft: "1rem" } ``` pressing `fis` will make it: ```css...

as the title says. see image below ![RDT_20240126_0239492688390237524576071](https://github.com/nvim-treesitter/nvim-treesitter-refactor/assets/54220436/5c31112b-86ed-498c-bd6d-ea966ff74e8a) the top image showing the cursor is placed above the var declaration but it highlights nothing the bottom image shows when the...

bug

Considering this case ```tsx { e.stopPropagation(); follow(); }}> Follow ``` Issue: When the button is clicked, the progress bar triggered Expected: When the button is clicked, the progress bar should...