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

In the spreadsheet, this one is listed as "REDUNDANT_PROJECTION." Unfortunately this JKTree processing step isn't sufficient to remove the corresponding diagnostic-based postprocessing step: we need mutability analysis to run before...

kotlin

File names are written in UTF-8, so bit 11 (language encoding flag) of the general purpose bit flag must be set in both local file headers and central directory entries....

Removing VarToValProcessing LocalVarToValInspectionBasedProcessing and fixValToVarDiagnosticBasedProcessing from the postprocessor to make it more compatible with K2. To do this, we will add mutability logic to the JKField class member conversion phase....

kotlin

A partial fix for https://youtrack.jetbrains.com/issue/PY-42693/PyCharm-cannot-infer-type-for-lambda-parameters Added a new TypeProvider that tries to determine the callable type of a lambda in Python. In particular: - If the lambda is part of...

- Supports raster and SVG images - Re-rasterizes SVG images when view dimensions are changed - Supports changes tracking of local files via VirtualFileSystem; automatically reloads images if they are...

The dependency analyzer currently does not support any form of scrolling or searching which can be problematic for big multimodule projects. This PR aims to provide both of those functionalities....

The module dropdown in the dependency analyzer is currently unsorted, and appears very chaotic for large lists: Much easier to navigate when sorted:

@nskvortsov This is the simple part which handles the case when the whole object is deserializaed via the constructor instantiation. See my comments in the issue itself for how it...

**Problem** Newly created scopes are not visible in File Colors settings as they have an empty package set by default. **Fix** Empty package set must be assigned by default to...

Looking only at the root directories (C:\ etc.) means that paths on mounted volumes cannot not be monitored. Instead, the user must manually refresh both the project tree and, for...