You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you do? (required: The issue will be closed when not provided)
Put the cursor over a struct name (Foo in the below example). Have g:go_auto_type_info=1.
package main
type Foo struct {
a string
b string
c string
}
func main() {
x = Foo{}
}
What did you expect to happen?
Focus remains in the editor window.
What happened instead?
Presumably because the struct definition spans multiple lines, the type info pops up a box that you need to press enter to escape. If you don't move your cursor, it will come bacl.
The text was updated successfully, but these errors were encountered:
rocurley
changed the title
go_auto_type_info disruptive when hovering over structs
go_auto_type_info=1 disruptive when hovering over structs
Jun 28, 2019
bhcleek
changed the title
go_auto_type_info=1 disruptive when hovering over structs
go_auto_type_info=1 disruptive when hovering over structs without godoc
Jun 28, 2019
bhcleek
added a commit
to bhcleek/vim-go
that referenced
this issue
Jun 28, 2019
What did you do? (required: The issue will be closed when not provided)
Put the cursor over a struct name (
Foo
in the below example). Haveg:go_auto_type_info=1
.What did you expect to happen?
Focus remains in the editor window.
What happened instead?
Presumably because the struct definition spans multiple lines, the type info pops up a box that you need to press enter to escape. If you don't move your cursor, it will come bacl.
Configuration (MUST fill this out):
vim-go version:
d1c8ffb
vimrc
you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):vimrc
Vim version (first three lines from
:version
):NVIM v0.3.5
Build type: RelWithDebInfo
LuaJIT 2.0.5
Go version (
go version
):go version go1.12.6 linux/amd64
Go environment
go env
Output:vim-go configuration:
vim-go configuration
The text was updated successfully, but these errors were encountered: