Letter Song - ヲタみん

お待ちください...

新年
快乐

私のソフトウェア設定の一部

このドキュメントは、言語を選択できます
成都2024年12月13日(金) 1時8.54k499見積もり読書時間 17 分
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

IntelliJ IDEA

構成ファイルで他のファイルの保存場所を設定する

この構成ファイルは IntelliJ 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
星空