GoLand 2022.1 Beta Released with Generics Support

GoLand 2022.1 has now reached Beta, so this version has stopped adding any new features and will focus on fixing bugs and preparing for a major release of GoLand.

  • Generics
    • Improvements and bug fixes
    • Completion
    • Implement quick fixes for missing methods
    • Support for Go workspaces
  • Microservices
    • Find usage and navigation
    • generate request
    • Endpoint tool window
    • Completion methods and headers
    • Links and endpoints are underlined
    • Better support for .proto files
    • gRPC reflection support
  • editor
    • String formatting support for the testify function
  • Debugger
    • Tab labels are hidden
  • Governors
    • Editing resources on a cluster
    • Custom path for kubectl
    • port forwarding
    • Add the Describe Resource action in the Services view
    • Support for events in clusters
    • Werf support
  • Docker
    • New Services view UI
    • 支持 Docker Compose targets
    • Support Docker Registry V2
  • Markdown
    • Added a copy code icon to the Markdown block to quickly copy code to the clipboard
    • Run commands directly from Markdown files
    • Improved floating toolbar
  • user experience
    • New notification tool window
    • Updated Structural Search and Replace dialogs
    • Evenly distribute workspace between editor tabs
  • version control
    • The commit details pane contains detailed GPG signing information.
    • Improved the ability to annotate with Git Blame
  • Database improvements
    • Copy multiple objects
    • MongoDB: Edit field in result
  • web development
    • Improve Vue 3
    • Next.js update
    • ESM support for webpack configuration
    • Integrate with Volta
  • accessibility improvements

For more details, please check: https://blog.jetbrains.com/go/2022/03/24/goland-2022-1-goes-beta/

Guess you like

Origin www.oschina.net/news/188328/goland-2022-1-beta-released
Recommended