- Create a new IntelliJ Platform Plugin Template project.
- Get familiar with the template documentation.
- Verify the pluginGroup, plugin ID and sources package.
- Review the Legal Agreements.
- Publish a plugin manually for the first time.
- Set the Plugin ID in the above README badges.
- Set the Deployment Token.
- Click the Watch button on the top of the IntelliJ Platform Plugin Template to be notified about releases containing new features and fixes.
Just like the name of Everything, this plugin is an all-in-one plugin with many different kinds of functions. The functions of the plugin are very rich, not only a single function;
The vision is to integrate all the functions commonly used in development into this plugin to achieve a true one-stop service.
If the function you want is temporarily missing, please contact me to make it up.
- Get git commit message
- Kill processes by port
- One-click execution of linux scripts
正如其Everything的名字,本插件是一个拥有很多不同种类功能的多合一插件,插件的功能十分丰富,而不是只有单一的功能;
愿景是把所有开发中常用的功能都集成进本插件中,以做到真正的一站式服务。
如果你想要的功能暂时缺少,请联系我补上。
- 获取git提交记录
- 根据端口杀死进程
- 一键执行Linux脚本
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Everything" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.