Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with nvim-treesitter-context to show function names in preview #150

Open
dyng opened this issue Aug 16, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@dyng
Copy link

dyng commented Aug 16, 2024

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

@dyng dyng added the enhancement New feature or request label Aug 16, 2024
@kevinhwang91
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants