licheng
看一些东西,学习一些新东西!
- 活动总数 46
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
创建于 ConsoleFilterProvider in Run is not working.
已回答<consoleFilterProvider implementation="MyConsoleFilterProvider" order="first" /> class DartInfo( val file: VirtualFile, val className: String = "" ) fun VirtualFile.toPsiFile(project: Pro... -
创建于 How to use code completion in comments
已回答EN:How to use code completion in commentsWhen I enter "," in the comment, code completion does not appear. Is there any way to achieve this? CN:当我在注释中输入","时,不会出现代码完成。 有什么办法可以实现这一点吗? -
已编辑于 Plugin extension point problem
已回答I had an error getting the extension implementation of MyInterface. such as private static final ExtensionPointName<MyInterface> EP_NAME = ExtensionPointName.create("my.plugin.myExtensionPoint2"); ... -
创建于 Is there an api method to set the navigation marker based on the file line number?
已回答Is there an api method to set the navigation marker based on the file line number?Instead of implementing RelatedItemLineMarkerProvider to set the marker. As shown in the figure, I want to set a na... -
创建于 How to run or restart the currently selected run profile from within plugin code?
已回答How to run or restart the currently selected run profile from within plugin code? Currently running or restarting through Shift F10, I want to integrate these APIs through plug-ins. -
-
创建于 Project wizard does not work in Goland
已回答https://plugins.jetbrains.com/docs/intellij/intro-project-wizard.html -
-
创建于 When building a new plugin project, the download speed is very slow
已回答Is there any way to solve it, in China -
创建于 java.lang.ClassNotFoundException
已回答I got this error in Goland and my dependencies were all setup. But still can't solve this error. Github link https://github.com/licheng1013/gorm-example 2022-11-29 10:29:01,140 [ 20172] SEVERE ...