vim-jsx-utils icon indicating copy to clipboard operation
vim-jsx-utils copied to clipboard

Plugin with some utilities (like extract partial render, rename tag, select self close tags) to folks who work with JSX on Vim.

Results 3 vim-jsx-utils issues
Sort by recently updated
recently updated
newest added

` ` for example becomes ``` ``` instead of ``` ``` also I really think that the closing bracket should be at the same column as the opening tag, as...

trying to use `JSXExtractPartialPrompt` inside a stateless function throws ``` line 19: E486: Pattern not found: ^[\t|\ ]*}$ ```

Example: ``` js { a: 1, b: 2, c: 3, } ``` ``` js ``` ``` js ```