intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IntelliJ IDEA & IntelliJ Platform

Results 441 intellij-community issues
Sort by recently updated
recently updated
newest added

Android Studio project is experiencing flakiness in tests due to ExecutionTestCase: ``` assertEquals("No ignored errors should happen during execution tests", 0, errorLoggingHappened); ```

Hello @avokin, I noticed that you recently made a [experiment with extended completion](https://github.com/JetBrains/intellij-community/commit/63487fda41d442471d55e67fc7af7288ca1bf710). This change accidentally affected my plugin for PyCharm (https://plugins.jetbrains.com/plugin/13499-odoo). My plugin has a completion contributor which needs...

### Context The `Daemon toolchain` was introduced in [Gradle 8.8](https://docs.gradle.org/8.8/release-notes.html#daemon-toolchains) and the motivation behind it and other technical details can be found on the public [spec document](https://docs.google.com/document/d/1CU1e4QjPs2yj_SmJuykPUXutynvn4X_SF0BPXVnAlKI/edit?usp=drive_link). This PR adds...

Fixes [IDEA-113632](https://youtrack.jetbrains.com/issue/IDEA-113632/Cannot-resolve-symbol-in-Geb-Spec) When using Page objects, Geb makes the content from the Page definition available. However, IJ is currently not recognising this: ![notworking](https://github.com/user-attachments/assets/be3c90f4-5edb-4915-b9f7-56e50fe6cbf8) This change makes content from the current...

Waiting for Reply

This is because Python annotators are now allowed to run in dumb mode. YouTrack issue: https://youtrack.jetbrains.com/issues?q=&preview=PY-66222

ctrl+f it worked in editor windows, because replace is assigned to ctrl f. This fixes "find" in application output/ mvn logs

Git4idea seems to fail on commits that become empty during the interactive rebase process, adding options for keeping or dropping them should fix this. Related - [git-machete-plugin Issue](https://github.com/VirtusLab/git-machete-intellij-plugin/issues/969)

Depends on: https://github.com/JetBrains/kotlin/pull/5088 This commit adds a wrapper over the new compiler API that allows fetching a coroutine stack trace in one call, which will significantly speed up async stack...

kotlin