VS Code
设置插件存储位置
在快捷方式中添加参数 --extensions-dir
指定插件存储位置
bash
D:\App\VSCode\Code.exe --extensions-dir "D:\App\VSCode\extensions"
常用的插件
Auto Rename TagAuto Close TagEditorConfig for VS CodeCSS PeekEslintDartFlutterGoto Definition aliasIconify IntelliSenseLive ServerPostCss Language SupportTurbo Console LogUnoCSSvscode-iconsVueVue - OfficialVue 3 SnippetsAstroPath IntellisenseOne Dark ProGit HistoryGitHub CopilotIntellj IDEA
配置文件中配置其他文件的存储位置
该配置文件适用于 Intellj IDEA 系列的 IDE,如 WebStorm、PyCharm 等
idea.properties
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the settings directory.
#---------------------------------------------------------------------
# idea.config.path=${user.home}/.IntelliJIdea/config
idea.config.path=D:/App/Jetbrains/IDEA/cache/config
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the caches directory.
#---------------------------------------------------------------------
# idea.system.path=${user.home}/.IntelliJIdea/system
idea.system.path=D:/App/Jetbrains/IDEA/cache/system
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the user-installed plugins directory.
#---------------------------------------------------------------------
# idea.plugins.path=${idea.config.path}/plugins
idea.plugins.path=D:/App/Jetbrains/IDEA/cache/plugins
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the logs directory.
#---------------------------------------------------------------------
# idea.log.path=${idea.system.path}/log
idea.log.path=D:/App/Jetbrains/IDEA/cache/log