nvim-treesitter-context icon indicating copy to clipboard operation
nvim-treesitter-context copied to clipboard

Show code context

Results 61 nvim-treesitter-context issues
Sort by recently updated
recently updated
newest added

Hello, great work on that plugin, i was wondering if it can be registered as a tree sitter module, similar to other similar plugins which use tree sitter - e.g...

Now when the line is behind the separator, it wont't be shown in the context window and instead it will be covered by the separator. In the example above, the...

Hi, would be great to have an option for the context to persist whenever another buffer is focused.

enhancement
accepted

Sort of related to #91 (near similar fix is my guess) but I would like to be able to have context always on. Reasoning: Here is the legit the path...

enhancement

nvim-treesitter has the feature of highlighting where a symbol is defined. Could make it also works on the context header?

enhancement
accepted

I expect to see the method line instead of `@Override`. Not sure if this is related to your plugin or Treesitter tho. https://user-images.githubusercontent.com/34294427/121860909-855dd280-cd23-11eb-9686-4d3eb9f7ec39.mp4

bug

Say I have something like ``` if (condition) { // ... } else { // Some really long code } ``` When my cursor is inside the else clause, the...

enhancement
accepted

Don't know if it's caused by `treesitter` or `context`. Have to disable `context` now. nvim version: ```txt NVIM v0.6.1 Build type: Release LuaJIT 2.1.0-beta3 Compiled by builduser Features: +acl +iconv...

bug

I think it would be a good improvement to add the ability to add custom `TYPE_PATTERNS` that match as a context item. For example, I am using [`tree-sitter-vhdl`](https://github.com/alemuller/tree-sitter-vhdl), and this...

enhancement

Currently, there is no reliable way to display multi-line nodes for Scala (and other languages). This issue is similar to #65, but the solution implemented in #71 is inadequate here....

enhancement