Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
François Wouts
Total activity
12
Last activity
December 15, 2023 12:34
Member since
June 01, 2023 14:21
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
December 15, 2023 12:34
FYI to anyone reading this thread after December 2023: InlayHintsPassFactory.forceHintsUpdateOnNextPass() has been moved to an internal package and you can no longer use this. You can use DaemonCod...
Community
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 votes
Created
October 25, 2023 11:54
Thank you Karol Lewandowski, I can confirm the `updateWidget` part was what I was missing. Would be great to add it to the docs too :)
Community
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 votes
Created
October 11, 2023 11:44
Thank you. What I'd like to know is how does the helper service notify IntelliJ that the flag value has changed?
Community
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 votes
Created
October 10, 2023 00:48
Thank you for the pointer Karol Lewandowski.How can the IDE be notified that `isAvailable` has changed and the status bar should now be created / destroyed?
Community
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 votes
Created
October 09, 2023 10:35
Hi Karol Lewandowski, as I didn't get an answer in this thread, I ended up implementing my feature with statusBar.addWidget() (source) and statusBar.removeWidget() (source).As expected, I'm now get...
Community
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 votes
Created
July 04, 2023 13:36
Thanks Karol Lewandowski! I work on the Preview.js IntelliJ plugin, which starts a local dev server on user action. I'd like to use the status bar to show a widget that says "Preview.js server runn...
Community
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 votes
Created
June 11, 2023 03:30
Thank you so much Yann Cebron, this was exactly what I needed. My plugin can finally work without blocking the main thread 🥳 Here's the source for anyone else looking for a concrete example.
Community
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 votes
Created
June 02, 2023 13:11
Thank you Yann Cebron. This doesn't work for me, so here's a minimal repo you can clone to reproduce the issue: https://github.com/fwouts/intellij-inlays-refresh. This is a contrived example with a...
Community
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 votes
Created
June 01, 2023 14:21
I'm trying to get an InlayHintProvider (subclass of com.intellij.codeInsight.hints.InlayHintsProvider) to trigger again with this method in IC 2023.1 but it doesn't seem to do anything. Is there a ...
Community
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 votes