-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
Unable to Upload file on a Fusion
### Steps to repro…
-
**Describe the bug**
As of recently, the first use of `smart_rename` within a NeoVim session has started emitting a deprecation warning:
```
nvim-treesitter.ts_utils.get_node_text is deprecated: …
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
`AddGraphQLFunction` misses the `disableDefaultSecurity` argument which `AddGraphQLServer` has.
### The solution you'd l…
wouth updated
4 weeks ago
-
**Option 1:** We can use the codebase itself to parse `CODEOWNERS` files.
**Option 2:** Allow parsing the schemas with something like:
```graphql
# CODEOWNERS: dotansimha
type User {
id: I…
-
### Describe the bug
The fix indentation functionality is not working for Elixir files.
I have an elixir file with a simple function such as:
```elixir
def test do
a = 2
end
```
If I ru…
-
### Describe the highlighting problem
As can be seen above, Treesitter parses both `scope ` and `hello` as a `TSFunction` –which is technically true–, but they are not only a `TSFunction`. For exam…
-
### Before reporting
- [X] I have updated my neovim version to latest _master_
- [X] I have updated my plugin to the latest version
- [X] I have run `:TSUpdate`
- [X] I have read the [troublesho…
-
### Describe the bug
My editor keeps freezing whenever I try to rename a function pointer in a C / C++ file. Neovim gets completely unresponsive and shows 100% CPU usage.
The issue goes away when I d…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
Currently working on #6884 by adapting the type interceptor from [this gist](https://gist.github.com/Stock44/0f465a56fba5…
-
### Describe the bug
I notice when highlight is enabled, when scrolling in files with a large list of define (one each line) the UI becomes very slow. Disable `highlight` makes it smooth again. Is th…