Please wait...

小波Note

四川 · 成都市多云14 ℃
English

Some of my software configurations

成都Fri, December 13, 2024 at 1 AM8.68k412Estimated reading time 17 min
QR code
FavoriteCtrl + D

VS Code

Set Plugin Storage Location

Add the --extensions-dir parameter in the shortcut to specify the plugin storage location

bash
        D:\App\VSCode\Code.exe --extensions-dir "D:\App\VSCode\extensions"

    

Common Plugins

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

Configure Other File Storage Locations in Configuration Files

This configuration file is applicable to the IntelliJ IDEA series of IDEs, such as WebStorm, PyCharm, etc.

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

    

Common Plugins

.​ignoreGitToolBoxGitHub CopilotMaven HelperXcode-Dark Theme
Astral