You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- right click the target package to be generated,< KBD >New</ KBD > > < KBD >Generate Mvp Code</ KBD > (or select the package, press Alt+Insert). After generating the contract package, you can select the parent package of the contract package or contract.
65
+
- right click the target package to be generated,<kbd>New</kbd> > <kbd>Generate Mvp Code</kbd> (or select the package, press Alt+Insert). After generating the contract package, you can select the parent package of the contract package or contract.
66
66
67
67
- enter the code generated by the name, such as do the Login function, enter the Login and generate results is ILoginContract, LoginActivity, LoginPresenter, LoginModel
68
68
@@ -81,7 +81,8 @@ Only use my own currently use interface to development and testing, welcome to u
81
81
## Problem
82
82
83
83
- if the parent interface and the parent class have a generic qualifier, you will need to manually enter the generic after selecting it, but it will be saved only once set and will not change frequently in the project.
84
-
-we haven't studied the layout file corresponding to the View, and it would be more convenient if we could also generate the default.
84
+
85
+
- we haven't studied the layout file corresponding to the View, and it would be more convenient if we could also generate the default.
85
86
86
87
- other unknown problems, this plug-in is the first time for the author to develop the plug-in, which is completely from 0. The official documents are not very detailed, and the English level is even worse.
0 commit comments