Open Cui-xf opened 7 months ago
You're right, thank you!
It is a good plugin. are you consider support placing plugin script files in a custom directory? example, I want to use git to manage plugin script files, but the directory difficult to find.
Thank you!
I agree finding liveplugin folder is not very obvious. Btw, you can always get live plugin directory with ctrl+shift+c
(built-in action for copying file path), e.g. on mac "~/Library/Application Support/JetBrains/IntelliJIdea2024.1/live-plugins/foo". Since it's a normal directory you can just use git there.
Another option similar to having a custom directory is to symlink any folder into "live-plugins" folder which contains all plugins, e.g. into "~/Library/Application Support/JetBrains/IntelliJIdea2024.1/live-plugins" on mac.
Finally, there are project-specific plugins in .live-plugins
project directory which run when the project is opened and unload them when the project is closed.
I did think about custom directories for live plugin. The problem is that they seem to make things more complicated for not much gain.
Hmm~ Create Kotlin Plugin Zip does not work in idea 2024.1.1
Platform: MacOS 14.4.1 (M3 chip) Idea:#IU-241.15989.150
Also, a small problem here
Hm, let me have a look 👀 I don't really use this feature and it's somewhat experimental.
It seems that "this" should be used here