发布于 2017-03-31 02:49:59 | 142 次阅读 | 评论: 0 | 来源: 网友投递
WebStorm JavaScript开发工具
WebStorm 是jetbrains公司旗下一款JavaScript 开发工具。被广大中国JS开发者誉为“Web前端开发神器”、“最强大的HTML5编辑器”、“最智能的JavaScript IDE”等。与IntelliJ IDEA同源,继承了IntelliJ IDEA强大的JS部分的功能。
WebStorm 2017.1.1 早期预览版的 bug 修复版本!
主要修复:
False ESLint errors for the linebreak style (WEB-25487)
Support for data- attributes in JSX (WEB-22667)
Support for objects in Vue.js bindings (WEB-26092)
Performance improvements with TypeScript projects (WEB-25973)
Download for TS type definitions from the DefinitelyTyped repository (WEB-26160)
同时,该版本也带来了一些新的改进:
Completion in webpack 2 configuration files
New option for TypeScript auto imports to not import exactly from a specific path (e.g. from 'rxjs')
Intention for changing a path to a different valid option in TypeScript imports
JavaScript imports are now properly resolved relative to resource roots
New option for JavaScript auto imports "Use paths relative the project, resource or sources roots"