Daniel Chýlek
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 13
-
Created Showing available intentions for a highlight in a popup at a custom position
AnsweredI 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 ... -
Created Compatibility problem - "Illegal access to a private field" with inline function and companion object
AnsweredHi, 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... -
Edited AsyncDescriptionSupplier has wrong nullability annotation
AnsweredHi, I think there is an issue with AsyncDescriptionSupplier.kt package com.intellij.codeInsight.daemon.implimport org.jetbrains.concurrency.Promiseinterface AsyncDescriptionSupplier { fun requestD... -
Created Disable Plugin Updates dialog
AnsweredHi, how do I get rid of this dialog? It keeps appearing literally as I'm typing in the editor, and some plugins (like the official Toml one) update so often it becomes really annoying when it keep... -
Created Clicking IDE icons using keyboard
AnsweredHi, I was wondering if there was a way (perhaps a plugin) to click icons in toolbars and editor gutter using the keyboard, without defining a million shortcuts for every possible action. For exampl... -
Created SFTP show file sizes
If I connect to an FTP server, I can see file sizes and timestamps in the Remote Host tool window: But if I connect to an SFTP server, there's nothing: The documentation for Remote Hosts doesn't ... -
Created PyCharm plugin in PhpStorm
I fairly often run into a scenario where I have a PHP project mixed with some Python scripts, or I connect to a server via SSH and FTP that has a mix of PHP and Python. I'd love to have the option ... -
Edited Hide absolute file paths in Local Changes
AnsweredHi, is it possible to get rid of absolute paths in Local Changes, and either show nothing or show paths relative to the project? The paths are so long that in order to actually see them, I would ne... -
Created IntelliJ refuses to acknowledge excluded folders in an SDK project
AnsweredHi, I have a very frustrating problem, but posting here before YouTrack because I can't figure out reliable reproduction steps, or whether it may be my fault somehow. I have this branch https://git... -
Edited What's the deal with inspections such as "There should be a space between attribute and previous attribute" which cannot be checked using Inspect Code or turned off?
I really don't understand how this works. These inspections don't exist in Settings - Editor - Inspections and they have no context actions to suggest @noinspection or an automatic fix, which means...