This plugin currently has two main features.
- Dump which plugins are installed to a JSON file
- Download all plugins from a JSON file
This plugin DOES NOT export actual plugins.
Use the IDE's plugin manager to install the latest version of the plugin.
- Go to
File > Export Plugins... > select JSON file to write > Export
- Go to
File > Import Plugins... > select JSON file to read > Install Plugins
- Restart!
Save Disabled Plugin Information
By default, this plugin ignore following plugins to export:
- IDEA CORE (com.intellij)
- This plugin
- Bundled plugins
- Disbaled plugins
But, if you check this option, the plugin exports disbaled plugins include disabled bundle plugins.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
- Ignore unpublished plugins to export
- Import/Export plugins settings
- Auto export
- Check capability of installing the plugins (e.g. AndroidStduio specific plugins should not be install to PhpStorm)
- i18n
- Dump plugin information in different format
- Install specific version of plugins
- Tests
Copyright 2015 Yoshinori Isogai
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.