[webstrom] Commonly used plug-ins and shortcut key settings

Tip: After webstrom is upgraded from 2020.* to 2021.*, many commonly used shortcut keys and plug-ins are lost, so record them for future use

1. Shortcut key setting

1. The most commonly used is the code comment of the custom function

1.1.1 File-setting-LiveTemplates-JavaScript, click the plus sign on the right and select Live Template

1.1.2 ///+enter implements code comments

/**
* @description:
* @param {*}
* @return {*}
*/

 1.2.3 Click Define, select the application scope of the template, and select JavaScript

2. Commonly used plug-ins

1.GitToolBox

emm is a magic weapon, he can see who and when he submitted the modification in the last submission of the row, and can also provide fast fetch and refresh 

2.Json Parser

Front-end development often uses the JSON format a lot, but every time you want to format JSON data, you need to open the browser to the corresponding formatting website. With this plug-in, you can format it directly in the IDE

 

3.Translation

 This is a translation plug-in, for me, it can solve the problem that I am entangled in getting variable names or file names

 

Guess you like

Origin blog.csdn.net/qq_37485170/article/details/130641564