PyCharm、PhpStorm、IntelliJ IDEA、GoLang文件夹右键菜单添加项目

来源:赵克立博客 分类: 其它 标签:--发布时间:2022-11-13 21:41:42最后更新:2022-11-13 21:41:42浏览:359
版权声明:
本文为博主原创文章,转载请声明原文链接...谢谢。o_0。
更新时间:
2022-11-13 21:41:42
温馨提示:
学无止境,技术类文章有它的时效性,请留意文章更新时间,如发现内容有误请留言指出,防止别人"踩坑",我会及时更新文章

安装jetbrains后右键菜单莫名其妙的丢了,导致打开项目很不方便,一般安装时会有个选项来添加,如下

2211131668346876504575.png

但是如果使用Jetbrains Toolbox安装的话,好像默认是不会添加的,只能自己来修改注册表来添加了, 把下面代码中程序路径改为自己的,保存为对应的 xxx.reg文件,双击即可

GoLang.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\GoLang]
@="Open as GoLang"
"Icon"="\"D:\\Program Files\\JetBrains\\apps\\Goland\\ch-0\\222.4345.24\\bin\\goland64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\GoLang\command]
@="\"D:\\Program Files\\JetBrains\\apps\\Goland\\ch-0\\222.4345.24\\bin\\goland64.exe\" \"%v\""

IntelliJ IDEA.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\IDEA]
@="Open as IDEA"
"Icon"="\"D:\\Program Files\\JetBrains\\apps\\IDEA-U\\ch-0\\222.4345.14\\bin\\idea64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\IDEA\command]
@="\"D:\\Program Files\\JetBrains\\apps\\IDEA-U\\ch-0\\222.4345.14\\bin\\idea64.exe\" \"%v\""

PhpStorm.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\PhpStorm]
@="Open as PhpStorm"
"Icon"="\"D:\\Program Files\\JetBrains\\apps\\PhpStorm\\ch-0\\222.4345.15\\bin\\phpstorm64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\PhpStorm\command]
@="\"D:\\Program Files\\JetBrains\\apps\\PhpStorm\\ch-0\\222.4345.15\\bin\\phpstorm64.exe\" \"%v\""

PyCharm.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\PyCharm]
@="Open as PyCharm"
"Icon"="\"D:\\Program Files\\JetBrains\\apps\\PyCharm-C\\ch-0\\222.4345.23\\bin\\pycharm64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\PyCharm\command]
@="\"D:\\Program Files\\JetBrains\\apps\\PyCharm-C\\ch-0\\222.4345.23\\bin\\pycharm64.exe\" \"%v\""



微信号:kelicom QQ群:215861553 紧急求助须知
Win32/PHP/JS/Android/Python