Skip to content

Tab to select inserts the call function #38

@fantacrmpanda

Description

@fantacrmpanda

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions