intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
Fixes issue - [KTIJ-18835](https://youtrack.jetbrains.com/issue/KTIJ-18835/Completion-missed-curly-braces-with-labeled-object-qualified-this-in-string-template)
InnocuousThreadGroup was added in e5f2ddc0d1, but a thread name rather than a group name is needed. Fixes IDEA-322507
Hi, I would like to implement a fix for conditional typeshed stubs in PyCharm ([PY-60660](https://youtrack.jetbrains.com/issue/PY-60660)). Some stubs are defined by using checks for a specific Python version or the operating...
Hi @BasLeijdekkers, ***What steps will reproduce the issue?*** 1. Go to *File* → *Settings..*. → *Editor* → *Inspections* 2. Enable *Duplicate condition* 3. Enable Severity: *Warning* 4. Add this method...
If a URL pattern is not provided for a module in `DEFAULT_ENTRIES`, a default will be written at PyCharm startup, even if it was deleted by the user previously. This...
This pull request updates the Java template in IntelliJ Community to print the "Hello World" message with proper capitalization. Currently, the template uses the lowercase "Hello world" format, which is...
This pull request aims to add support for operators added to the Stream API after Java 1.8. New operators: - Java 9 - `takeWhile` - `dropWhile` - Java 16 -...
We have some integration tests fail with the following stack trace (with different call points ending up here) occasionally. I believe this should at least help mitigate the issue. ```...
According to https://www.jetbrains.com/help/idea/configuring-code-style.html only the folder codeStyles is relevant. The removed files in this PR seem not needed anymore