We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30be89 commit e433d67Copy full SHA for e433d67
CHANGELOG.md
@@ -70,6 +70,11 @@ IMPROVEMENTS:
70
[[GH-2623]](https://github.com/fatih/vim-go/pull/2623)
71
* Expand completions as snippets when `g:go_gopls_use_placeholders` is set.
72
[[GH-2624]](https://github.com/fatih/vim-go/pull/2624)
73
+* Add a new function, `:GoDiagnostics` and an associated mapping for seeing
74
+ `gopls` diagnostics. Because of the performance implications on large
75
+ projects, `g:go_diagnostics_enabled` controls whether all diagnostics are
76
+ processed or only the diagnostics for the current buffer.
77
+ [[GH-2612]](https://github.com/fatih/vim-go/pull/2612)
78
79
BUG FIXES:
80
* Fix removal of missing directories from gopls workspaces.
0 commit comments