设置右键文件夹打开Idea
参考:https://blog.csdn.net/qq_35077107/article/details/111291852
手动设置Regedit
自动设置Regedit
修改idea执行文件位置,然后执行导入即可。
- 第一部分是设置打开选中的目录。
- 第二部分是设置右键空白部分打开当前目录
idea.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\IDEA]
@="使用Idea打开选中目录"
"Icon"="C:\\develop\\ideaIU_2020.1.1_Portable\\bin\\idea64.exe"
[HKEY_CLASSES_ROOT\Directory\shell\IDEA\command]
@="\"C:\\develop\\ideaIU_2020.1.1_Portable\\bin\\idea64.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\IDEA]
@="使用Idea打开当前目录"
"Icon"="C:\\develop\\ideaIU_2020.1.1_Portable\\bin\\idea64.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\IDEA\command]
@="\"C:\\develop\\ideaIU_2020.1.1_Portable\\bin\\idea64.exe\" \"%v.\""
效果: