tangcent/easy-api

be

Closed this issue · 1 comments

Describe the bug
com.intellij.diagnostic.PluginException: action with the ID "com.itangcent.idea.easy_api.actions.PostmanExportAction" was already registered. Action being registered is ExportPostman (Export Postman); Registered action is Export Postman (Export Postman) Plugin: EasyApi [Plugin: com.itangcent.idea.plugin.easy-api]

To Reproduce
Steps to reproduce the behavior:

  1. Open Idea
  2. Open a spring-mybatis project

Expected behavior
No issue should be displayed.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Win10]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context

Hi,Please check your IDE for any other plugins which base on easy-api (like easy-yapi) had be installed.
In general, a plug-in that is re-developed based on easy-api should include all the features of easy-api(this is why action conflicts occur).
You should remove the easy-api from your IDE if you had installed any plugin re-developed based on easy-api.