Daniel Chýlek
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 12
-
Daniel Chýlek commented, -
-
Daniel Chýlek created a post, AnsweredShowing available intentions for a highlight in a popup at a custom position
I have a `HighlightInfo`, and would like to display an Alt+Enter style popup, with the available intentions / quick fixes for that `HighlightInfo`, near the cursor when a user clicks somewhere.For ... -
-
Daniel Chýlek commented, -
Daniel Chýlek created a post, AnsweredCompatibility problem - "Illegal access to a private field" with inline function and companion object
Hi, one of my plugins has a false-positive compatibility problem: The code in question is: LensMarkupModelListener.kt#L64-L77 The plugin verifier doesn't like that a private function, which is inl... -
-
-
Daniel Chýlek created a post, AnsweredAsyncDescriptionSupplier has wrong nullability annotation
Hi, I think there is an issue with AsyncDescriptionSupplier.kt package com.intellij.codeInsight.daemon.implimport org.jetbrains.concurrency.Promiseinterface AsyncDescriptionSupplier { fun requestD... -