Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has IntelliJ an equivalent to VS Code 'extensions.json' recommendations?

Lately I am using sometimes VS Code and IntelliJ. The VS Code feature of recommended extensions is great for the initial setup of projects.

Is there an equivalent in the JetBrains ecosystem for Plugins?

like image 583
finder2 Avatar asked Mar 13 '26 23:03

finder2


1 Answers

Are you talking about Workspace recommended extensions (where you can list plugins that are needed for this project or the project/user will gain benefits from having such a plugin)?

If yes: Settings (Preferences on macOS) | Build, Execution, Deployment | Required Plugins

https://www.jetbrains.com/help/idea/settings-required-plugins.html

enter image description here
(NOTE; the screenshot is from PhpStorm. IntelliJ IDEA will have it in a similar place)

P.S. On related note: https://www.jetbrains.com/help/idea/managing-plugins.html#suggested-plugins


2023-01-09: Such settings will be stored in externalDependencies.xml file in the PROJECT_ROOT/.idea folder (where other project-specific settings are stored). This file (as well as many other files there) can be put under VCS if needed. Check the following links for more info on that:

  • https://www.jetbrains.com/help/idea/configure-project-settings.html#share-project-through-vcs
  • https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
like image 112
LazyOne Avatar answered Mar 16 '26 15:03

LazyOne



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!