01
Software introduction
WebStorm is a JavaScript developer tool under JetBrains, and is praised as a web front-end development artifact by JS developers! The most powerful HTML5 editor, the smartest JavaScript IDE debugger, and more. JetBrains family bucket, including Pycharm, WebStorm, IntelliJ IDEA, PhpStorm, Rider Clion, RubyMine, AppCode, Goland, DataGrip, Kotlin and other 15 products.
02
Instructions for use
Refactoring support for private class members
We added support for private fields in 2018. However, this support is based on an old proposal from TC39, which has now deviated from the standard. In order to comply with the standard, we have redesigned the existing support from the ground up. WebStorm 2021.3 correctly supports ES2022 private class members.
Support for URLs in import statements
You can now download remote ES6 modules using the quickfix for import paths in ES6 files. The module will be downloaded and linked as a project library along with all its dependencies. To try it out, place the text cursor on the import path, press Alt+Enter and select Download module.
Better mapping between .js and .d.ts files
We've improved the mapping between .js and .d.ts files and added spacing icons for better navigation.
Faster indexing of JavaScript files
20% reduction in indexing time for JavaScript files. We hope this helps you get to work faster when opening new projects or doing massive Git updates. Note that the changes will be less noticeable if the project consists mostly of .ts or other types of files.
Improved support for single warehouses
This release includes many improvements to the operation of single repositories. The most notable change is that the automatically added imports now take into account the project structure, treating each included package.json
folder in the project as a separate package.
Changelog:
ES2022 private class member support, new remote development features, better single repository support, Deno LSP, split Run tool window, and more.
Pay attention to the public account
The background reply "220822" to get the software
Okay, that's the end of today's article, see you tomorrow, friends
Recommended in the past
past review |
|
The new activation tool is updated (there are benefits at the end of the article!) |
|
|
|
Hidden parameter app (more accurate to detect mobile phones) |
If you like my article
Please follow CTMI