nvim-treesitter-context shows code context (function signature, loop block and something else) which is convenience for reading and understanding code. It could be nice that is available in bqf's preview window too.
Describe the solution you'd like
I'm not sure how nvim-treesitter-context works, maybe this feature could be done by just enabling it.
nvim-treesitter-context will add a float win to show the context with extmarks. bqf only captures the extmarks under the item buffer. No idea how to handle it elegantly.
Feature description
nvim-treesitter-context shows code context (function signature, loop block and something else) which is convenience for reading and understanding code. It could be nice that is available in bqf's preview window too.
Describe the solution you'd like
I'm not sure how nvim-treesitter-context works, maybe this feature could be done by just enabling it.
Additional context
No response