sniprun icon indicating copy to clipboard operation
sniprun copied to clipboard

A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages

Results 15 sniprun issues
Sort by recently updated
recently updated
newest added

**Describe the bug** i use dot report in .go file, it cant work fine. **To Reproduce** foo/foo.go content: ```go func Foo() { print(123) } ``` main.go content: ```go import ....

bug

**Is your feature request related to a problem? Please describe.** #249 **Describe the solution you'd like** if i select a function to run , if the function called other packeages...

LSP

first of all, great project btw, been using it for ages now second of all, idk rust, otherwise I'd have contributed towards those 2 features so, what's the status of...

**Describe the bug** Same as title **To Reproduce** - copy this code sample: ```lua ---@generic TResult ---@return TResult[] ---@param iterator fun(self: any? ): fun(): TResult ---@param source any? local function...

bug

**Is your feature request related to a problem? Please describe.** Sometime, when waiting for long tasks, I use to print to screen the progress (maybe using something like [`tqdm`](https://tqdm.github.io/)). SnipRun,...