请稍等...

小波Note

四川 · 成都市11 ℃
中文

一些自己的软件配置

成都2024年12月13日周五 1时8.49k411预计阅读时间 16 分钟
二维码
收藏Ctrl + D

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 Copilot

Intellj 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

    

常用的插件

.​ignoreGitToolBoxGitHub CopilotMaven HelperXcode-Dark Theme
星空