Letter Song - ヲタみん

잠시만 기다려주세요...

新年
快乐

一些自己的软件配置

이 문서는 언어를 선택할 수 있습니다
成都2024년 12월 13일 금 오전 1시8.49k511예상 읽는 시간 16 분
QR 코드
즐겨찾기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