James Trew

Results 305 comments of James Trew

> This happens to me on a large project. It happens consistently when I search for a class name that doesn't exist like `ActsAsSomething` > > Actually it exactly freezes...

I think this issue is good to close now. Seems like it's come down to: - disabling colorizer for telescope - disabling treesitter for telescope previews (nightly telescope has a...

Looks like `".` is a read-only register though.

@rjurga I tried these steps but in step 5, I can find `S` not sure that's going on. I'm on telescope master branch, neovim nightly. maybe that makes a difference.

Ok I'm able to replicate this now with/without a minimal config. But it's not consistent. Like ~50% of the time it still works. Either restarting neovim or the lsp server...

I believe this might be some language server limitation. Under certain circumstances, I'm seeing `vim.lsp.buf.workspace_symbols` with a blank query (what telescope basically does), also requests in no results. Inspecting the...

I'm back to not being able to replicate this at all :sweat_smile: @BlakeNoel can you try `:lua vim.lsp.buf.workspace_symbols()` and see if you get any results in a quickfix list in...

Sorry I meant `:lua vim.lsp.buf.workspace_symbol()` (singular symbol). It will prompt you for a query, similar to telescope, but you can just hit enter to see all symbols. My guess/hope is...

@bnwa sorry no timeline. you can pin telescope to this commit https://github.com/nvim-telescope/telescope.nvim/commit/dc7f25c81025981ea20fa9ffa2697ef8459123a1 in the meantime.

maybe turn this into a proper extension and get easy stars :grin: