No subsystem | Bug | CPP-15170 | "Not implemented functions" disabling is not done immediately |
Build | Feature | CPP-14472 | Add build system-independent build targets |
Feature | CPP-14473 | Add run configuration for custom build targets |
Code: Formatting | Bug | CPP-15240 | Weird typing indentation when brace location doesn't match clang-format style |
Bug | CPP-15496 | ClangFormat: insert missing header breaks the code |
Bug | CPP-15253 | Various reformat actions don't work with ClangFormat |
Bug | CPP-15284 | Exception in ClangFormat when rename function |
Usability | CPP-15182 | clang-format: notify user if clangd is disabled |
Bug | CPP-15312 | Generated code and auto-complete is not correctly formatted according to .clang-format file |
Bug | CPP-15444 | ClangFormat: Extract method breaks formatting |
Bug | CPP-15180 | clang-format: No indication that file format is taken from .clang-format file |
Running | Feature | CPP-14473 | Add run configuration for custom build targets |
Code: Refactorings | Bug | CPP-3085 | "Extract method" refactoring expands type aliases on static member access |
| Bug | CPP-3086 | "Extract method" replaces std:: namespace qualifier with bogus this-> reference and drops template specialization |
| Bug | CPP-5834 | Extract method removes template parameters in code |
| Bug | CPP-12461 | Extracting method replaces Class::MethodName by This->MethodName or by removing the class name altogether |
| Bug | CPP-15384 | Extract method removes `std` for code contains std::get<> |
Toolchains | Feature | CPP-15484 | Support Cygwin 3.0.x |
Bug | CPP-15244 | Octal default value for override default permissions on file is incorrect |
Diff_Merge | Exception | IDEA-207311 | Error: can't show diff on EAP |
Editor. Editing Text | Usability | IDEA-185682 | Parameter info hides the code being editing at the top of a file |
Find, Replace, Find Usages | Usability | IDEA-170894 | "Rerun Search" should not open new tab |
Indices | Performance | IDEA-205778 | Upgrade to IntelliJ 2018.3.3 (from 2018.2.x) causes high cpu/memory usage in idle state |
Usability | IDEA-207075 | Better diagnosis for FileBasedIndexImpl - scheduleIndexRebuild, reason: File type change |
Platform API | Usability | IDEA-207106 | Log plugin that use registerFileType instead of FileTypeFactory |
Task Management | Bug | IDEA-205965 | Pivotal Tracker implementation uses the deprecated and shutdowned API |
Terminal | Bug | IDEA-165632 | The terminal is called twice. |
User Interface | Bug | IDEA-207737 | support native custom decoration |
Bug | IDEA-207394 | Icon animation stops in TestTree for one project if tests were started in parallel in two projects |
Bug | IDEA-166195 | icons doing the same action: intended? |
Bug | IDEA-207957 | IDEA is not switched to full screen on Windows |
Bug | IDEA-207598 | Show smart step into popup above the line |
Performance | IDEA-205737 | parameter info tooltip slows down typing in editor |
User Interface. Look and Feel | Bug | IDEA-207779 | Items in popup have two-tones highlighting when selected |
User Interface. Navigation | Bug | IDEA-206176 | Recent locations popup: long string editing leads to location shown as empty |
User Interface. Project View | Bug | IDEA-190056 | Class members are highlighted as erroneous when they aren't |
Version Control | Bug | IDEA-207102 | Annoying "Shelf" behavior changes |
Version Control. Log | Usability | IDEA-202408 | Strange window flickers on the screen when I navigate through git log (Windows 10) |
Inspections | Feature | PY-24832 | Check types in assignments |
Interpreters Settings | Feature | PY-33785 | Python interpreter in the status bar |
DB Connectivity | Usability | DBE-7799 | Data Sources and Drivers dialog: don't ask to download drivers if they were downloaded earlier and they are actual |
DB Diagram | Bug | DBE-6225 | Foreign keys referencing tables with different casing are not displayed in UML diagram |
DB Introspection | Feature | DBE-3413 | DB2: support database triggers |
Bug | DBE-7743 | Database: Error encountered when performing Introspect on a MariaDB schema |
Bug | DBE-1465 | Cannot synchronize with a readonly postgres database (cannot execute txid_current() during recovery) |
DB Refactoring | Bug | DBE-7747 | Rename index is not working |
Usability | DBE-7795 | Cancel refactoring problem |
Data Views | Bug | DBE-7699 | "Edit" in table cell editor destroys data silently because the cell's editor uses the IDE's "Global Encoding" |
Bug | DBE-5850 | Apparent off-by-one displaying DATE datatype |
SQL Completion | Bug | DBE-7682 | Incorrect completion for nullable enum types in data editor |
SQL Format and Style | Feature | DBE-7806 | MS SQL: Place each declared variables (inside a stored procedure) onto a new line |
Bug | DBE-7605 | Postgres: SQL formatter doesn't recognise "into temp table" |
Bug | DBE-7801 | Uncontrollable SQL alignment |
SQL General | Bug | DBE-7712 | Existing DB functions treated as unknown |
SQL Generation | Bug | DBE-7694 | Wrong sql script on column comment change in Modify Table window |
SQL Highlighting | Feature | DBE-4546 | Support SQLCMD Mode (Windows) |
Bug | DBE-7700 | Support mysql alter user syntax |
Bug | DBE-7754 | sql parsing issue with "if exists" |
Bug | DBE-7745 | DataGrip with Postgres incorrectly interpreting code in functions as unreachable when following a FOREACH END LOOP; |
SQL Resolve | Bug | DBE-4399 | Unable to resolve Collumns |