Closed chenjie199234 closed 5 years ago
start code:
package main import ( "fmt" ) func main(){ fmt. (works fine) }
here is the problem:
package main import ( "fmt" "net" ) func main(){ fmt. (can't auto complete) }
editor:neovim lsp provider:ale
@chenjie199234
Please use the enhanced version of gopls
start code:
here is the problem:
editor:neovim lsp provider:ale