Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Plugin"dependency-rules" #178

Open
Cui-xf opened this issue Apr 7, 2024 · 6 comments
Open

Project Plugin"dependency-rules" #178

Cui-xf opened this issue Apr 7, 2024 · 6 comments

Comments

@Cui-xf
Copy link

Cui-xf commented Apr 7, 2024

It seems that "this" should be used here

image

@dkandalov
Copy link
Owner

You're right, thank you!

@Cui-xf
Copy link
Author

Cui-xf commented Apr 17, 2024

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.

@dkandalov
Copy link
Owner

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.

@Cui-xf
Copy link
Author

Cui-xf commented May 10, 2024

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

image

image

@Cui-xf
Copy link
Author

Cui-xf commented May 10, 2024

Also, a small problem here

image

image

@dkandalov
Copy link
Owner

Hm, let me have a look 👀
I don't really use this feature and it's somewhat experimental.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants