LikunYang
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 9
-
LikunYang created a post, -
LikunYang commented, -
-
LikunYang created a post, AnsweredInstalling the lombok plugin in a new instance of idea
When starting a new instance of idea, there is no lombok plugin installed inside the new instance of idea. When the installation is complete, after re-debug to start a new instance of idea again, ... -
LikunYang created a post, Answeredintellij idea plugin dev: Can I get a psiField from methodcallExpression
1、Is it possible to derive from callExpress that esClient is a field and not a local variable? 2、Can I get the PsiField type of esClient? Thank you。 -
LikunYang commented, -
LikunYang created a post, Answeredspring boot annotation processor
Click on the link and the page displays 404 content. Is the spring boot document migrated? -
LikunYang created a post, PersistentStateComponent's loadState() method are not called when config files are externally changed with IDEA running.
I check the method loadState's javadoc. * This method is called when new component state is loaded. The method can and will be called several times, if* config files were externally changed while ... -
-
LikunYang created a post, how to persist PersistentStateComponent manually?
As I know,when frames deactivation or closing the IDE, The state will be persisted。 Can I do that by calling any API manually?