Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
梁典典
Total activity
37
Last activity
August 31, 2024 01:27
Member since
July 30, 2021 01:14
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
14
Activity overview
Posts (13)
Comments (9)
Sort by votes
Recent activity
Votes
Created
May 13, 2022 08:15
Thank you for your answer, this functionality has been implemented
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight dart code in documentation?
2 votes
Created
March 28, 2023 01:45
Thank you for your answer. I found the answer there and it worked well override fun collect(element: PsiElement, editor: Editor, sink: InlayHintsSink): Boolean { val inlays = HintsInlayPresent...
Community
IntelliJ IDEA Open API and Plugin Development
InlayHintsProvider is not aligned
0 votes
Created
February 13, 2023 08:37
Karol Lewandowski Hi , Both of the above
Community
IntelliJ IDEA Open API and Plugin Development
How does the Markdown editor hide the toolbar?
0 votes
Created
November 24, 2022 01:12
Just now, I found it org.jetbrains.plugins.github.authentication.accounts.GHAccountManager
Community
IntelliJ IDEA Open API and Plugin Development
How to obtain GitHub user name?
0 votes
Created
November 24, 2022 01:10
Yes, I want to read the user's GitHub information in the plug-in. I use this method now, but I want to know whether there is a simpler API to use public static String readGithubName() { String c...
Community
IntelliJ IDEA Open API and Plugin Development
How to obtain GitHub user name?
0 votes
Created
June 30, 2022 02:35
Thanks for your reply, the issue is now resolved ☺️
Community
IntelliJ IDEA Open API and Plugin Development
How does Dart rename PsiElement?
0 votes
Created
May 18, 2022 06:15
Karol Lewandowski Thanks for your answer, it's solved
Community
IntelliJ IDEA Open API and Plugin Development
`PsiElement?.reference?.resolve` always returns null
0 votes
Created
April 29, 2022 01:36
Thanks for your reply, until this morning, I tried running Gradle clean command and it solved my problem
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError
0 votes
Created
April 20, 2022 03:40
Thanks for your thoughtful answer, it helped me a lot, now I have solved the problem
Community
IntelliJ IDEA Open API and Plugin Development
How to get the type or custom type of a dart value?
0 votes