go-plus icon indicating copy to clipboard operation
go-plus copied to clipboard

Suggestion: Why not set input start point in auto-complete function parentheses

Open tpircsnarT opened this issue 6 years ago • 0 comments

For Example,

when I type "fmt.", then I select "Println()"

and it showed "fmt.Println()|", "|" means the input start point

Why not set like "fmt.Println(|), set the input start point inner parentheses, then makes users easy to type content?

tpircsnarT avatar May 31 '19 02:05 tpircsnarT