Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniel Chýlek
Total activity
57
Last activity
March 10, 2025 18:07
Member since
August 29, 2020 23:05
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
13
Activity overview
Posts (10)
Comments (31)
Sort by recent activity
Recent activity
Votes
Created
March 10, 2025 18:07
1 GB sounds like a dream, just the base installations of JB IDEs with bundled plugins on my computer are using almost 26 GB…I don't know why I need a 150 MB “DataGripHelp” plugin, or a 150 MB “Data...
Community
WebStorm
What bloatware made WebStorm 1GB in size?
0 votes
Created
September 24, 2024 12:34
I don't know, I'm trying to use IntentionHintComponent.showIntentionHint which already has all the features related to quick fixes and previews, at first glance it doesn't seem possible to integrat...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
September 24, 2024 12:03
I want a popup triggered by left click, the problem is that there is no way to tell the popup to appear at the clicked location. Without a way to customize its location, the popup appears at the lo...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
September 24, 2024 11:28
EditorCustomElementRenderer#getContextMenuGroup doesn't even have a single override in the entire intellij-community project (maybe with the exception of the Android stuff, I don't have that loaded...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
September 24, 2024 11:20
How is my idea inconsistent with inlay hint UI? The Code Vision inlays already behave like hyperlinks and display custom popups at the clicked location after a left click. I cannot find any differe...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
September 23, 2024 15:43
This is not a context menu, it's a left-click action, so according to the documentation getContextMenuGroup is not going work. The popup is also intended to have all the features of IntentionHintCo...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
September 23, 2024 15:24
I don't follow. My code is creating a popup in response to a click event, so the popup should appear near where the user clicked, not wherever the highlight is in the code.
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Edited
September 23, 2024 12:59
A user interface where someone clicks and that opens a context menu somewhere else doesn't make sense to me. It would also show quick fixes for any other inspections at that position, not just the ...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
September 18, 2024 17:30
The thing about `ShowIntentionsPass` is that it seems to have a lot of additional logic for handling injected code, and I cannot even replicate that in my own code because many of the `HighlightInf...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
August 30, 2024 16:45
Any updates on this?
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Next
›
Last
»