-
### Relevant environment info
```Markdown
"tabAutocompleteModel": {
"model": "gpt-4o-mini",
"title": "gpt-4o-mini",
"provider": "openai",
"maxStopWords": 20,
"apiBase": "h…
-
There are many use cases where path completions are desired which are not in require/import statements, e.g.
```js
@Component({
...
templateUrl: './please-complete-me.html',
})
```
Allo…
-
Hello,
i'm having completions that do not display, and I've managed to track this to the should_complete function.
Here's what happens:
```python
def test():
if {cursor_position}
```
In this …
-
Following on from #516
- Project completions are still not prioritised
- Completions for names imported into current scope should have highest priority
-
In the OpenAI Python SDK, there is an `extra_body` parameter available in the `Completions.create` method, which allows users to add additional JSON properties to the request body. This feature can be…
-
Hello, I am a vim+coc.nvim user and I use this project (elixir-ls) to provide code-completion etc.
I want to discuss the idea of using the stale analysis data during the various compilation steps …
-
### Describe the bug
(Bringing from the discussion on https://github.com/nushell/nushell/pull/6295)
I found one issue with the current code, once we don't have completions for `gh alias` nu should…
-
### Related problem
Right now, completion list is ordered by length of full commands. For example:
```
nix run
nix log
nix eval
nix help
nix copy
nix edit
nix repl
nix shell
nix build
ni…
-
Mac build 3083 here.
First lets make a simple completion:
```
{
"scope": "source.coffee",
"completions":[
{ "trigger": "constructor:\twow",
"contents": "constructor: (${1:@in…
-
## Your environment
Which OS do you use?
**NixOS**
Which version of GHC do you use and how did you install it?
**9.6.6, with nix**
How is your project built (alternative: link to …