-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Often when hitting to auto complete, what is inserted in the call to the llama function:
9 func main() {
10
11
12 fmt.Printf("hello world")
13 fmt.Println("hello world")
14 fmt.Printf("%d", fibonacci(7))
15 fmt.Printf(**:call llama#fim_accept('full')**
16 fmt.Println("hello, world")
17 | c: 0, r: 1 / 16, e: 0, q: 0 / 16 | p: 38 (592.32 ms, 64.15 t/s) | g: 1 (0.01 ms, 90909.09 t/s) | t: 600.14 ms
18 }
19
In the above, I'm typing on line 15 'fmt.Printf(' and the suggestion for the rest comes up (suggesting same code as line 14) and when I hit tab it inserts the call instead of the text.
In line 16, I typed 'fmt.Println("hello' and then and it worked fine.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working