licheng
看一些东西,学习一些新东西!
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created ConsoleFilterProvider in Run is not working.
Answered<consoleFilterProvider implementation="MyConsoleFilterProvider" order="first" /> class DartInfo( val file: VirtualFile, val className: String = "" ) fun VirtualFile.toPsiFile(project: Pro... -
Created How to use code completion in comments
AnsweredEN: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:当我在注释中输入","时,不会出现代码完成。 有什么办法可以实现这一点吗? -
Edited Plugin extension point problem
AnsweredI had an error getting the extension implementation of MyInterface. such as private static final ExtensionPointName<MyInterface> EP_NAME = ExtensionPointName.create("my.plugin.myExtensionPoint2"); ... -
Created Is there an api method to set the navigation marker based on the file line number?
AnsweredIs 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... -
Created How to run or restart the currently selected run profile from within plugin code?
AnsweredHow 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. -
-
Created Project wizard does not work in Goland
Answeredhttps://plugins.jetbrains.com/docs/intellij/intro-project-wizard.html -
-
Created When building a new plugin project, the download speed is very slow
AnsweredIs there any way to solve it, in China -
Created java.lang.ClassNotFoundException
AnsweredI 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 ...