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

IntelliJ IDEA & IntelliJ Platform

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

Fixes https://youtrack.jetbrains.com/issue/IDEA-265999.

Override elements usually have KDoc defined by their parent declarations. Therefore they don't need to re-declare KDoc. However, KDocMissingDocumentationInspection doesn't always work as intended when we are overriding a method...

kotlin

Issue on YouTrack: [KTIJ-103](https://youtrack.jetbrains.com/issue/KTIJ-103/Trailing-comma-breaks-formatting-of-when-expression)

kotlin

Working on adding a custom coverage impl for java and found this to be an issue. All the usages of this parameter and callers of the get method do use...

New option -osc (OVERLOADING_SAFETY_CASTS), turned off by default. Fix for IDEA-135385 and others. Overloaded and hidden fields and methods caused errors. All parameters types and the caller type must match...

Waiting for Reply
Java

(resubmitted, had a git accident..., contributor license agreement on the way...) For these test you just dump java files into the test folder. They will be compiled, then run (output...

Waiting for Reply
Java

Please check issue https://youtrack.jetbrains.com/issue/IDEA-232541 for detail.

@Elizaveta239 I seem to solve the [problem](https://youtrack.jetbrains.com/issue/PY-14631) Could you help me examine if this PR indeed makes PyCharm load IPython config flie and possibly break other things?