josa42 / coc-go

Go language server extension using gopls for coc.nvim.
MIT License
566 stars 30 forks source link

Can't see the type of variable on hover with cursor #201

Closed patrickReiis closed 1 year ago

patrickReiis commented 1 year ago

Basically I'd like to know how can I see the type of the variable when my cursor is hovering the variable.

Usually when I am programming in typescript for example the type of the variable shows in the bottom of the vim or nvim editor.

patrickReiis commented 1 year ago

I switched to vim-go.