No subsystem | Feature | CPP-6457 | Support for anonymous structs (MSVC extension) |
Code: Highlighting and Inspections | Bug | CPP-11473 | Unnecessary gutter icons for C-structure within structure using -fms-extensions |
Bug | CPP-6665 | anonymous bit fields fail syntax check with typedef'ed types |
Bug | CPP-5344 | CLion says that types from aliased namespaced are not compatible |
Bug | CPP-11218 | False Positive on function returning lambda closure |
Code: Indexing | Bug | CPP-12151 | "Invalidate caches..." doesn't invalidate symbols by default |
Code: Parsing | Bug | CPP-11501 | Array size deduction in new-expression is not allowed |
Code: Resolving | Bug | CPP-12185 | Bad class specializations are not pruned |
Bug | CPP-10694 | Multiple false positives on Clang 5.0.0 |
Bug | CPP-10947 | False error for std::begin/std::end (clang 5/6) |
Bug | CPP-11166 | Very complex type lookups defeat the parser |
Debugger | Bug | CPP-11918 | 2018.1 EAP - Unable to type left parenthesis in debugger window |
Find, Replace, Find Usages | Usability | IDEA-175973 | Enter file name search popup is not closing itself after losing focus when no value available in textbox. |
Indices | Performance | IDEA-186709 | freezes on older project open/branch checkout |
Terminal | Bug | IDEA-180923 | Terminal. Scroll bounce |
Exception | IDEA-187084 | StringIndexOutOfBoundsException when execute Jest ui test |
User Interface | Bug | IDEA-187482 | ToolWindow header becomes active when context menu is invoked on editor |
Code Insight | Bug | PY-21195 | Injections in type comments that combine type hint with a subsequent comment |
Bug | PY-28512 | PyRemoveParameterQuickFix leaks TypeEvalContext |
Bug | PY-28577 | PyCharm no longer provides completion for predefined class methods, e.g. __init__ |
Bug | PY-28629 | Skeletons not resolved in Python 2.7 w/ relative import |
Console | Bug | PY-27356 | Console very slow/practically unusable after loading relatively big dataset |
Debugger | Feature | PY-27900 | Show string representation for small numpy arrays with "Load Values Asynchronously" |
Bug | PY-14256 | "Copy value" on variable in debugger does not copy pandas data frame value |
Bug | PY-28896 | An experimental option with ability to filter processes in "Attach to Local Process" action |
Bug | PY-28188 | Garbage output in stderr prevents Remote Debugger from connection |
Usability | PY-26101 | Don't evaluate current line while Jump to cursor |
Usability | PY-28557 | Can't add exception breakpoints for builtin exceptions |
Editing | Bug | PY-28808 | "Add type hint to variable ..." intention inserts syntactically illegal type hint for empty tuples |
Bug | PY-16176 | Auto import on `time.time` wants to import `time` from `datetime` |
Bug | PY-28772 | "Add type hint to ..." intentions insert wrong type hints in case of generics parametrized only with Any |
Usability | PY-28715 | "Add variable type hint" intention should insert object instead of Any for variables with unknown type |
Usability | PY-28752 | Source module/package name is truncated to its last component in auto import for existing "from" import |
Formatter | Bug | PY-27954 | Installing mypy in a virtualenv makes Optimize Imports treat some stdlib modules as third-party |
Inspections | Bug | PY-28321 | Import statement does not respect Source Root order |
Bug | PY-28686 | AutoImportQuickFix leaks psi |
Bug | PY-28562 | MRO for implicit new-style classes not resolved correctly |
Bug | PY-23003 | False positive: Redeclared <var> defined above before usage |
Bug | PY-27518 | False positive: class does not define __await__ for numpy docstrings |
Bug | PY-27788 | Assignment of overload function loses overloads |
Bug | PY-24750 | False negative: Unreachable code inspection does not catch simple if False blocks |
Bug | PY-20197 | Flase positive for unused import when inside of class |
Bug | PY-28150 | False positive "Old-style class" for subclass of list |
Bug | PY-28053 | Type checker confuses hashlib.md5 with deprecated md5 module |
Interpreters Settings | Usability | PY-28452 | Gear icon for selecting existed interpreter should be replaced |
Test Runner | Bug | PY-28757 | tox 3.0 does not work |