LikunYang
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 9
-
LikunYang 创建了一个帖子, -
LikunYang 进行了评论, -
-
LikunYang 创建了一个帖子, 已回答Installing 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 创建了一个帖子, 已回答intellij 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 进行了评论, -
LikunYang 创建了一个帖子, 已回答spring boot annotation processor
Click on the link and the page displays 404 content. Is the spring boot document migrated? -
LikunYang 创建了一个帖子, 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 创建了一个帖子, 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?