简体   繁体   中英

intelliJ plugin installation path

I have installed visualvm plugin in from the dedicated intelliJ panel. I am now the plugin path. I can't find it, I tried: ~/Library/Application Support/IntelliJIdeaXX but I only get the two files availables.xml extensions.xml . I suppose the path I am asked is the jar file of the installed plugin, but I don't know where it is stored. Could someone help?

苹果电脑

/Applications/IntelliJ IDEA.app/Contents/plugins

Location of the IDE files depends on the operating system, product and version.

Windows: Plugins (idea.plugins.path): C:\\Users<user>\\AppData\\Roaming\\JetBrains\\IntelliJIdea2020.3\\plugins

macOS: Plugins (idea.plugins.path): ~/Library/Application

Linux: Plugins (idea.plugins.path): ~/.local/share/JetBrains/IntelliJIdea2020.3

According to the JetBrains documentation it locates here for IntelliJ IDEA 2022.2:

Windows:

Plugins (idea.plugins.path): %APPDATA%\JetBrains\IntelliJIdea2022.2\plugins

macOS:

Plugins (idea.plugins.path): ~/Library/Application Support/JetBrains/IntelliJIdea2022.2/plugins

Linux:

Plugins (idea.plugins.path): ~/.local/share/JetBrains/IntelliJIdea2022.2

Take into account on mac I could find it via terminal.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM