-
| | |
|--------------------|----|
| Bugzilla Link | [PR47868](https://bugs.llvm.org/show_bug.cgi?id=47868) |
| Status | NEW |
| Importance | P enhancemen…
-
If adding a data type that takes a parameter to an import list, the snippet should be empty, and the completion should include `(..)` if it has subcomponents.
So
```haskell
, Foo
```
Should…
alanz updated
5 years ago
-
.. that would be very nice to have
-
```
Possibly more of a request/question/enhancement than a fault. I've noticed
codecompletionlive being reluctant to complete/suggest a camel classname
that was outside the current scope. i.e. it only…
-
### Describe the bug
I recently ran into an issue while using the OogaBooga Text Generation Web UI with some GGUF models. The models loaded fine into Text Gen Web UI, but when I tried to use the Open…
-
## Description
Code produce by `/generate` command splits the class/methods into multiple cells.
Please find below few screenshots for the referrence
## Reproduce
1. Select …
-
I'm not sure if this was a client error (neovim) or a r-a error, but there are times where I import another item.
```rs
use ratatui::layout::Layout;
fn f () {
let layout = Lay [completions show, p…
-
cc @jooyoungseo and @rperez030
There is a hover associated with the inline completions and we decided that's not very useful for screen reader users, so implemented the accessible view, which provid…
-
Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo section…
-
This happens because we get a completion request for `[type]:` which gets no results and for some reason isn't marked as incomplete. Need to look into how to fix that.