Code: Clangd | Bug | CPP-16768 | clangd: freezes when trying to rename variable from context menu on a file which takes a lot of time to parse |
Bug | CPP-16741 | CLion sometimes loses highlighting after save if namehints are enabled |
Code: Highlighting and Inspections | Bug | CPP-16670 | Unused includes directives: Hanging while inspect code in batch mode |
Code Analysis. Structural Search | Bug | IDEA-217904 | IDE fails to load script for structural search which refers to Java plugin API |
Usability | IDEA-216176 | Don't show "pattern does not match anything" hint if pattern contains red code |
Cosmetics | IDEA-216179 | SSR: Ungrammatical message "No template ... found in Project Files" |
Core. IDE Settings | Bug | IDEA-216940 | Add code completion for File and Code Templates |
Core. Profiler | Bug | IDEA-215305 | Reset doesn't work in Java Profiler settings |
Bug | IDEA-216560 | org.openjdk.jmc.flightrecorder.internal.InvalidJfrFileException: No readable chunks in recording |
Bug | IDEA-216934 | To start gradle tasks and run configurations with JFR |
Exception | IDEA-217284 | java.lang.ClassNotFoundException: org.jetbrains.plugins.gradle.service.project.AbstractProjectResolverExtension |
Core. Run | Debug. Configurations | Bug | IDEA-210897 | Not possible to paste the value containing equals sign in the environment variables |
Editor | Bug | IDEA-217426 | InlayModel.getElementAt returns wrong inlay when multiple block inlays present on single line |
Editor. Diff and Merge | Bug | IDEA-217797 | Diff/Merge does not show changes stripes for empty line ranges (insertions/deletions) |
Editor. Editing Text | Bug | IDEA-217252 | Typing new text block method argument doesn't insert closing quotes |
Performance | IDEA-216728 | IDE freezes when editing files |
Infrastructure. Packaging and Installation | Bug | IDEA-215898 | After rejecting and closing EULA dialog - warning is shown "An illegal reflective access operation has occurred" |
Task | IDEA-217538 | Bundle Kotlin 1.3.41 with IntelliJ IDEA |
Plugin. Terminal | Bug | IDEA-217587 | Double shift doesn't use selected text from the terminal |
Bug | IDEA-217705 | IntelliJ EAP: No caret in terminal if text is rendered as an URL |
Bug | IDEA-160356 | Terminal isn't capturing Ctrl-E |
Services. Docker | Bug | IDEA-217101 | Docker. "Port is already allocated" error at saving changes in container Name/volumes with port bindings |
Bug | IDEA-217411 | Can't run windows container when volume binding is specified |
Performance | IDEA-217045 | Docker. FileChooser: expanding folders/opening files from docker-machine containers leads to freezes or makes idea work slowly |
Exception | IDEA-217088 | Docker. Exceptions on disconnecting from Docker while run configuration is pulling the image |
Services. SSH | Bug | IDEA-217026 | Problems with ProxyCommand (initial title: Latest EAP, ssh auth broken) |
User Interface | Bug | IDEA-217369 | IntelliJ LaF: Selection bar on Actions tab in Search Everywhere is grey |
Bug | IDEA-217861 | Borderless UI: Path to file is not updated after toggling main menu |
Bug | IDEA-217563 | Project name and file path is not shown on window title bar after reopening project if "Main menu" is switched off |
Bug | IDEA-217595 | Modifier icon is not visible in editor tabs |
Bug | IDEA-215129 | Borderless UI: current file path is shown with non-native slashes on Windows |
Bug | IDEA-217393 | No longer see "Administrator" in the title bar when Rider is running as Administrator |
Bug | IDEA-211946 | Borderless UI: Path in title bar for tabel contains odd information |
Usability | IDEA-215127 | ide.ui.version.in.title startup option became less useful in borderless UI |
Exception | IDEA-216911 | NullPointerException on project closing all projects |
User Interface. Console View | Bug | IDEA-214944 | Small fields in Editor > General > Console |
Bug | IDEA-217414 | Incorrect handling of ANSI colors in terminal |
User Interface. Controls | Bug | IDEA-125108 | Alphabetical sorting in File Structure doesn't persist after closing |
User Interface. Focus | Bug | IDEA-215107 | The cursor is gone after "Find in Path..." dialog |
User Interface. Keyboard Input | Bug | IDEA-203286 | Paste From History appends paste history number to pasted content. |
User Interface. Navigation | Bug | IDEA-216744 | Search Everywhere: "/appearance" command does not shown full list of options |
Bug | IDEA-211202 | Settings tree: some items in the tree are not selected from from the first attempt |
Bug | IDEA-208584 | Not all commands are shown in the Search Everywhere dialog |
Version Control | Usability | IDEA-136691 | Don't show update info for pull if it is emprty |
Version Control. Git | Bug | IDEA-216602 | Modification of .idea/.gitignore should not require any confirmation |
Bug | IDEA-217098 | CLion keeps adding excluded folders to .gitignore despite turning it off in the settings |
Performance | IDEA-212048 | Intellij freezes when opening git window with large commit message |
Usability | IDEA-216729 | Update Info: it is confusing that the tab remembers filters for subsequent updates |
Cosmetics | IDEA-216439 | Git pull from remote repository - "N files updated in 0 commits" message after updating to PS-192.5118.33 |
Version Control. Log | Exception | IDEA-217847 | Sometimes the UI breaks after clicking "View Commits" from the Event Log |
Code Insight | Usability | PY-15603 | Copy Reference for Python contains "#" instead "." |
Debugger | Bug | PY-32021 | Can not attach to process with python 3.7 x32 (win32) |
Bug | PY-36422 | pydevd AttributeError: module '_pydevd_bundle_ext.pydevd_cython' has no attribute 'trace_dispatch' |
Inspections | Bug | PY-22204 | False positive "is not used" for uninitialized variables with PEP 526 type annotation |
Bug | PY-22117 | False positive "Redeclared variable" for variable annotations and iterable unpacking |
Bug | PY-34622 | False positive "Package requirements are not satisfied" when the package is installed in the terminal |
Refactoring | Bug | PY-36469 | "Inline Function" shouldn't copy its docstring |
Bug | PY-36471 | Function inlining shouldn't create a variable for the target instance if it's not used in the method's body |
Bug | PY-36497 | Refactor -> Inline: Functions is renamed from correct to not exist name |
Bug | PY-36491 | Refactor -> Inline: Line with comment is not moved from function |
Bug | PY-36465 | Removing a definition on "Inline Function" should remove its typing overloads |
Bug | PY-36485 | Refactoring -> inline function: Name of function is trimmed |
Bug | PY-36655 | Inline refactoring: `Number of occurrences: -1` |
Bug | PY-36463 | Function inlining should be disabled for definitions from binary modules |
Bug | PY-36464 | Function inlining should be disabled for overridden methods |
Bug | PY-36461 | Function inlining should be disabled for all special methods |
Bug | PY-36642 | Function inline does not import elements with names that already present in the scope |
Bug | PY-36467 | Removing a definition on "Inline Function" should be allowed for functions referenced in __all__ |
Bug | PY-36486 | Refactor -> Inline function: Case of first char is changed after refactoring (File(...) -> file(...)) |
Bug | PY-36502 | Refactor -> Inline function: PyCharm doesn't rename variable with identical names |
Bug | PY-36373 | Inline refactoring is not allowed in case when function/method has lambda function |
Bug | PY-36658 | Refactoring -> Inline: PyCharm does't refactor if imported method has type definition in pyi file |
Bug | PY-36721 | Inline Function leaves unused imports in file when definition is removed |
Bug | PY-36714 | Inline function keeps function type comments at places of invocation |
Exception | PY-36484 | `kotlin.KotlinNullPointerException` is raised when inline refactoring is called for unused import |
Skeletons | Bug | PY-36504 | Stubs for failed binary modules are re-generated constantly |
DB Console | Feature | DBE-447 | Naming on database console result tabs |
Usability | DBE-989 | Caret shouldn't move when an error occurs in database console |
DB Introspection | Bug | DBE-8115 | Can not synchronize Azure database, getting error "SQLServerException: Reference to database and/or server name in 'master.sys.schemas' is not supported in this version of SQL Server" |
Data Views | Feature | DBE-5971 | Easily show all rows of the result ignoring page-size setting |
Feature | DBE-3251 | Easily change number of result rows |
Bug | DBE-8531 | Different SQL code color in DataGrip (sql editor and filter) |
Bug | DBE-7911 | Cannot insert new row into table with identity column in postgresql 10 and 11 |
SQL Highlighting | Feature | DBE-8630 | Folding long numbers |