Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mokloukong
Total activity
45
Last activity
January 31, 2025 04:22
Member since
October 28, 2024 11:07
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
10
Activity overview
Posts (11)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
November 22, 2024 12:25
hi,Karol Lewandowski,Sorry, if I could post a video, I might see the desired effect. Because it is this plugin that can complete code into a streaming effect. It's okay, I'll study it myself. Thank...
Community
IntelliJ IDEA Open API and Plugin Development
Code completion operation in editor inlayModel as a streaming effect
0 votes
Created
November 22, 2024 01:45
hi,Karol Lewandowski,Have you ever used TONGYI Lingma? His code completion supports streaming. If there is no API support, I guess it is possible that the model returns a stream, and we handle the ...
Community
IntelliJ IDEA Open API and Plugin Development
Code completion operation in editor inlayModel as a streaming effect
0 votes
Created
November 21, 2024 13:33
For example, TabNine code completion directly returns the entire code, but what I want to do is stream based return
Community
IntelliJ IDEA Open API and Plugin Development
Code completion operation in editor inlayModel as a streaming effect
0 votes
Created
November 21, 2024 13:31
hi,Karol Lewandowski,Sorry, I may not have expressed myself clearly. When it comes to chat Q&A, it's a streaming response. I want to complete the code, also as a stream, by displaying it in the cur...
Community
IntelliJ IDEA Open API and Plugin Development
Code completion operation in editor inlayModel as a streaming effect
0 votes
Created
November 21, 2024 07:41
this.template = ThemeUtil.loadCodeGeneralTemplate(); this.template = SchemaColorUtil.applySchemaColor(this.template);hi, Piotr Tomiak,thank you. I tried to remove the border radius: 8px from the ge...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot invoke "javax.swing.text.html.CSS$CssValue.parseCssValue(String)" because "conv" is null
0 votes
Created
November 17, 2024 05:49
hello,Yann Cebron,I wrote a small demo and recorded the error messages on it. You can take a lookpublic class RefactorChatWindow implements DumbAware, ToolWindowFactory @Overridepublic void createT...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot invoke "javax.swing.text.html.CSS$CssValue.parseCssValue(String)" because "conv" is null
0 votes
Created
November 14, 2024 13:37
hello,Yann Cebron,com.intellij.ui.components.JBHtmlPane,I tried this too, but it's still the same problemConverting code to HTML is correct because it can be rendered correctly when opened directly...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot invoke "javax.swing.text.html.CSS$CssValue.parseCssValue(String)" because "conv" is null
0 votes
Created
November 12, 2024 09:51
Okay, thank you. I just downloaded the latest Gradle and there were no more warnings
Community
IntelliJ IDEA Open API and Plugin Development
Plugin setting Gradle plugin (2. 1.0) has a warning
0 votes
Created
November 12, 2024 00:36
Okay, thank you, it's resolved
Community
IntelliJ IDEA Open API and Plugin Development
How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
0 votes
Created
November 08, 2024 09:33
Hello,Karol Lewandowski,Sorry, it is not the reason for upgrading. Gradle still has this problem when upgrading to 2.1.0. In swing rendering, this error will appear when calling the setText method ...
Community
IntelliJ IDEA Open API and Plugin Development
JEditorPane setText "conv" is null jbr_jcef 21, IntelliJ IDEA 2024.2.2
0 votes
«
First
‹
Previous
Next
›
Last
»