1. 查看某个方法,某个文件在哪些地方被引用
shell
# 选中要查看的对象(可以是对象声明处,也可以是引用处)
Alt+F7
对于查看
vuex
来说非常有用,变量存放在state中,要改变state中的值只能通过mutations,异步逻辑处理放在actions中,页面层要引用可以使用actions的内容,很清晰,不会让一个对象在任意地方随意的被引用和修改;
2. 多点编辑
shell
# 框选你要编辑的代码段,按下
shift+Alt+Insert #按下小键盘方向键控制光标即可
2. JetBrains Mono:为开发人员设计的字体
在 IDE 设置中选择 JetBrains Mono:转到Preferences/Settings→ Editor→ Font,然后从字体下拉列表中选择 JetBrains Mono。 字体安装教程
3 2022.2版本破解方法
- 进入总站
- 进入后随便选一个Online 在线的网站
- 下载jetbra.zip文件,解压后打开readme.txt文件,内容如下
text
Operation guide:
1. add -javaagent:/path/to/ja-netfilter.jar=jetbrains to your vmoptions (manual or auto)
2. log out of the jb account in the 'Licenses' window
3. use key on page https://jetbra.in/5d84466e31722979266057664941a71893322460
4. plugin 'mymap' has been deprecated since version 2022.1
5. don't care about the activation time, it is a fallback license and will not expire
Enjoy it~
JBR17:
add these 2 lines to your vmoptions file: (for manual, without any whitespace chars)
--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED
NEW:
Auto configure vmoptions:
macOS or Linux: execute "scripts/install.sh"
Windows: double click to execute "scripts\install-current-user.vbs" (For current user)
"scripts\install-all-users.vbs" (For all users)
以上内容大意是破解的三种方式,我们选择第三种,自动破解
macOS or Linux系统 运行scripts/install.sh文件
Windows系统运行 scripts\install-current-user.vbs文件(授权当前用户)scripts\install-all-users.vbs(授权所有用户)二选一
- 你会发现不用登录你的JB账号,WebStorm的code码输入框可以编辑了
- 在你第二步打开的网址中,找到WebStorm 拷贝他的Code
- 粘贴到WebStorm软件注册界面的Code码文本框内,点击激活
- 破解完成