Daniel Chýlek
- 活动总数 57
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 13
-
创建于 Showing 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 ... -
创建于 Compatibility 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... -
已编辑于 AsyncDescriptionSupplier 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... -
创建于 Disable Plugin Updates dialog
已回答Hi, 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... -
创建于 Clicking IDE icons using keyboard
已回答Hi, 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... -
创建于 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 ... -
创建于 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 ... -
已编辑于 Hide absolute file paths in Local Changes
已回答Hi, 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... -
创建于 IntelliJ refuses to acknowledge excluded folders in an SDK project
已回答Hi, 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... -
已编辑于 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...