jetbrains-plugin-mcp-refactoring
About
jetbrains-plugin-mcp-refactoring is an IntelliJ Platform Plugin template for implementing custom plugin ideas. It provides a starting point for plugin development with Gradle build support and a structure for plugin.xml.
Details
- Author
- Harineko0
- GitHub stars
- 2
- Downloads
- 507
- Categories
- Developer Tools
Jump to
—
Install via IDE Settings → Plugins → Marketplace search, JetBrains Marketplace, or manually download the latest release and install from disk.
jetbrains-plugin-mcp-refactoring
Template ToDo list
- [x] Create a new [IntelliJ Platform Plugin Template][template] project. - [ ] Get familiar with the [template documentation][template]. - [ ] Adjust the pluginGroup and pluginName, as well as the id and sources package. - [ ] Adjust the plugin description inREADME (see [Tips][docs:plugin-description])
- [ ] Review the Legal Agreements.
- [ ] Publish a plugin manually for the first time.
- [ ] Set the MARKETPLACE_ID in the above README badges. You can obtain it once the plugin is published to JetBrains Marketplace.
- [ ] Set the Plugin Signing related secrets.
- [ ] Set the Deployment Token.
- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
<!-- Plugin description -->
This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
This specific section is a source for the plugin.xml file which will be extracted by the Gradle during the build process.
To keep everything working, do not remove <!-- ... --> sections.
<!-- Plugin description end -->
Installation
- Using the IDE built-in plugin system:
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "jetbrains-plugin-mcp-refactoring"</kbd> >
<kbd>Install</kbd>
- Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
- Manually:
Download the latest release and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
---
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template
[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





