goimports v0.4.4 Release Notes

Release Date: 2020-08-03 // over 3 years ago
    • ๐Ÿ‘Œ Support for opening a single file. Previously, gopls required you to open an entire directory.
    • ๐Ÿ‘Œ Support features and diagnostics for the entire module, even when you open a subdirectory of the module.
    • Extract a selected range to a variable or to a function. This feature is still relatively new, so please report issues if you encounter any. (@joshbaum)
    • ๐ŸŽ Fillstruct performance improvements. It is now enabled by default again. (@joshbaum)
    • ๐Ÿ‘Œ Improvements in go.mod diagnostic error presentation.

    A full list of all issues closed is available in the gopls/v0.4.4 milestone.