WebStorm 2020.1 Beta release, improved support React

WebStorm 2020.1 Beta release, the main updates are:

More flexibility when sharing the running configuration

Team members can share configuration for running the project, in order to more easily make the project work. In 2019.3 and earlier, by the operation of each configuration setting selected by the VCS shared ` '' option for this purpose. Check the box to the desired WebStorm will run configuration is saved in .idea folder, then submitted the file to the VCS, we can make it available to other team members. However, this method is not always feasible, because users often .idea folder to .gitignore in.

In WebStorm 2020.1, you can better control the running configuration, because now they can be stored in any folder in the project file selected by the user. To do this, select the check box to save a new project file, and you want to use to run the selected path storage configuration * .run.xml file folder.

If you want to share the running configuration using the previous version 2020.1 IDE users, recommended to choose the default .idea / runConfigurations folder, to avoid any compatibility issues.

Improved support for the React

WebStorm 2020.1 enhanced support for the React. IDE is now proposed to add import statement defined by React.memo component, the caret on these components, and then to press Alt + Enter. Like with any other symbol, will automatically add them as you type.

In addition, if a Material-UI components in your project, the next will see the correct completion of the proposed when creating styles.

Redesigned "resubmit" dialog

Available under the "Log" tab Git tool window "Interactively Rebase from Here" operation can be used to edit, merge and delete the previous submission. This helps your history is more linear and easier to understand. WebStorm 2020.1 brings a redesigned, more interactive "resubmit" dialog box.

Update dialog box is displayed can be applied to the operation of each submission. It also displays the submission of detailed information, see the difference and quickly reset the applied changes.

Update Description: https://blog.jetbrains.com/webstorm/2020/03/webstorm-2020-1-beta/

Guess you like

Origin www.oschina.net/news/114280/webstorm-2020-1-beta-released