内容简介:WebStorm 2018.2.2 已发布,可以通过 Toolbox App、IDE 或下载新版本进行升级。 React Native 改进 There’s now code completion for properties in the standard React Native components 一次性导入所有缺失的...
WebStorm 2018.2.2 已发布,可以通过 Toolbox App、IDE 或下载新版本进行升级。
React Native 改进
There’s now code completion for properties in the standard React Native components
一次性导入所有缺失的 TypeScript
Now, if there is more than one missing unambiguous imports in your file, you can press Alt-Shift-Enter to add them all at once. Look for the blue import popup.
If you have the auto import popup disabled, you can press Alt-Enter and then select the Add all unambiguous imports quick-fix.
其他改进和修复
Initial support for JSX in CoffeeScript is now available
Node.js debugger now shows the async call stack for the forked child process (WEB-33667)
Extract React component now generates prop types as a type declaration in Flow (WEB-34010)
Extract React component also works correctly with shorthand object properties (WEB-34157)
请在发布说明查看在 WebStorm 2018.2.2 中解决的问题的完整列表。
下载地址:
https://www.jetbrains.com/webstorm/download/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Docker——容器与容器云
浙江大学SEL实验室 / 人民邮电出版社 / 2015-9-1 / 89.00元
本书从实践者的角度,在讲解Docker高级实践技巧的同时,深入到源代码层次,为读者梳理出Docker容器技术和基于Docker的容器云技术(如Kubernetes)的实现方法和设计思路,帮助读者理解如何在实际场景中利用Docker解决问题并启发新的思考。全书包括两部分,第一部分深入解读Docker容器技术,包括Docker入门、架构总览、Docker容器核心原理解读,以及Docker高级实践技巧;......一起来看看 《Docker——容器与容器云》 这本书的介绍吧!