ts-node-action
ts-node-action copied to clipboard
Neovim Plugin for running functions on nodes.
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:  After: 
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...