WebStorm 2018.2.2 发布,功能改进和修复

栏目: 软件资讯 · 发布时间: 5年前

内容简介: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]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

程序员面试金典(第5版)

程序员面试金典(第5版)

[美] Gayle Laakmann McDowell / 李琳骁、漆 犇 / 人民邮电出版社 / 2013-11 / 59.00

本书是原谷歌资深面试官的经验之作,层层紧扣程序员面试的每一个环节,全面而详尽地介绍了程序员应当如何应对面试,才能在面试中脱颖而出。第1~7 章主要涉及面试流程解析、面试官的幕后决策及可能提出的问题、面试前的准备工作、对面试结果的处理等内容;第8~9 章从数据结构、概念与算法、知识类问题和附加面试题4 个方面,为读者呈现了出自微软、苹果、谷歌等多家知名公司的150 道编程面试题,并针对每一道面试题目......一起来看看 《程序员面试金典(第5版)》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码