首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

GoLand 2018.1 公开预览发布,Go 语言集成开发环境

GoLand 2018.1 公开预览发布。GoLand 是 JetBrains 公司推出的 Go 语言集成开发环境。GoLand 同样基于 IntelliJ 平台开发,支持 JetBrains 的插件体系。此版本不再注重 bug 的修复,而是注重新功能的研发。

重构:在更新中,添加了Move重构。这个重构允许你快速将任何顶级成员移动到另一个文件:

代码完成:现在可以通过按下“!”来选择并取消代码完成提示的布尔表达式:

TypeScript和JavaScript等前端相关技术的支持得到了很大提升。以下是最显着变化的简要列表:

  • TypeScript 2.7 support
  • The new Surround with type guard quick-fix is available for unresolved properties.
  • The Rename refactoring for classes now offers to rename the file as well. The refactoring is now available as an intention action on classes.
  • If you have the prettier package installed, the IDE will provide the Reformat with Prettier action.
  • The new Extract a Vue component refactoring.
  • The package managers are now easier to manage. You can now specify explicitly whether to use npm or Yarn to install dependencies and run scripts.
  • If you’ve migrated to webpack 4, the IDE offers coding assistance for option names in the webpack configuration file.
  • The npm scripts can now be run similar to tests using the gutter icons right in the editor.

有关这些更改的更多详细信息,请参阅发布主页

  • 发表于:
  • 原文链接https://www.oschina.net/news/94409/goland-2018-1-public-preview
  • 如有侵权,请联系 cloudcommunity@tencent.com 删除。

扫码

添加站长 进交流群

领取专属 10元无门槛券

私享最新 技术干货

扫码加入开发者社群
领券