ts-node-action icon indicating copy to clipboard operation
ts-node-action copied to clipboard

Neovim Plugin for running functions on nodes.

Results 15 ts-node-action issues
Sort by recently updated
recently updated
newest added

We can attach more than one action to a given node type, but this forces us to make a choice each time. For example I am going to author a...

My changes are summarized here: 3a0ddbd Here is the error I get in nvim. the first 3 lines compose the menu made by vanilla ui.select: ``` Select Action 1: Conceal...

Hi, first of all, thanks for the wonderful framework. I have configured it to work via null-ls ([none-ls](https://github.com/nvimtools/none-ls.nym) actually) by `sources = { null_ls.builtins.code_actions.ts_node_action }` And everything I've tried works...

Hi! I just came across your plugin. It's really nice! Just wanted to tell you that there is actually a similar one: [Wansmer/treesj](https://github.com/Wansmer/treesj). You may want to unite efforts to...

- Further fleshes out rust support - Adds specs - Should resolve #41 Caveat: I don't know/use rust, but I ref'd the rust-lang book, etc.

Before: ![image](https://user-images.githubusercontent.com/47144701/236618602-806d4b8f-058a-454c-ada2-fbbc1c2e08e9.png) After: ![image](https://user-images.githubusercontent.com/47144701/236618619-b00c4c9e-874d-455a-8887-53ffa59d490c.png)

This way instead of using `ui.select()` the user can bind the different actions to different keys, if they are common enough to warrant the quicker activation

Python import statements can be written in a few different styles. Initially, I wanted the equivalent of `toggle_multiline()` for `import_from_statements` between "inline" and "expand" (see `Formats`), but certain style guides...

This rewrites {set,list,dictionary}_ comprehensions into it's expanded for loop form. Unlike the if/else ternary code, this can safely preserve all comments. Notice: It does not support an action to toggle...