You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: