Code: Highlighting and Inspections | Usability | CPP-10140 | NOLINT highlighted as a typo |
Usability | CPP-9204 | clang-tidy: Long response to quick-fix |
Debugger | Task | CPP-8978 | debugger: Don't show disassembly when stepping unless using "Force Step Into" |
Toolchains | Task | CPP-8755 | Support precompiled headers for MSVC compiler |
Diff_Merge | Bug | IDEA-174127 | Diff: in the Unifed Viewer mode the inspections tooltips show incorrect text |
Editor. Editing Text | Bug | IDEA-161586 | Intermittent Intellij hangs with 2016.2.4 on Linux |
Usability | IDEA-94381 | Turning off the lightbulb |
File System | Exception | IDEA-173796 | openapi.util.io.FileSystemUtil - java.lang.ClassCastException in idea.log |
Find, Replace, Find Usages | Performance | IDEA-174426 | Find in Path long line performance |
Packaging and Installation | Bug | IDEA-173476 | Consolidate VM options on macOS |
User Interface | Bug | IDEA-174367 | Font settings: Can't set non-monospace fallback font |
Bug | IDEA-174304 | Editor background image hides editor gutter (VCS) marks |
Version Control | Feature | IDEA-172015 | Update Project notification: mention the number of files matching filters |
Usability | IDEA-172375 | Project update summary in one line |
Usability | IDEA-174459 | Do not ask about removing empty changelist after a successful cherry-pick |
Version Control. Git | Bug | IDEA-174648 | Log is not refreshed after undo Reword action and it produces Throwable exception if try to reword commit once more |
Bug | IDEA-172234 | Git Branches Popup Menu does not pop up at all |
Bug | IDEA-173634 | Reword commit from log: Undo reword commit may lead to commit(s) lost |
Exception | IDEA-174661 | In VCS Log - on any revision selecting |
Version Control. Log | Exception | IDEA-174129 | .ProcessNotCreatedException at com.intellij.execution.configurations.GeneralCommandLine.createProcess |
Version Control. Mercurial | Bug | IDEA-138876 | List of commits to push is not populated (hg outgoing not run) |
Performance | IDEA-174155 | IDEA Community hangs and doesn't respond with broccoli tmp (marked as excluded) |
Code Insight | Bug | PY-24383 | type inference broken for Union[Any, List[int]] |
Bug | PY-20735 | Creating a setup.py with "'" in the description breaks the output in the resulting file |
Bug | PY-22249 | Add parameters tooltip to namedtuple constructor |
Bug | PY-23625 | Incorrect default argument value in print() function |
Console | Bug | PY-21591 | Use of "?" for help in IPython console does not format help properly only in Pycharm (outside is OK) |
Debugger | Bug | PY-24026 | Debugger skips breakpoint added to the current frame while running |
Bug | PY-24656 | Correct link to documentation from Cython extension popup |
Bug | PY-17986 | Can not attach to process with python 3.5.1(win32) |
Bug | PY-22335 | Dataframe viewer gives UnicodeDecodeError from inside debugger in 2016.3.2 , complains of non-ascii characters when there are none-pandas handles them fine |
Cosmetics | PY-24754 | Hide verbose output from "Attach to process" action |
Inspections | Bug | PY-23623 | False positive: __getitem__ not being defined for list after isinstance check |
Bug | PY-22801 | False positive for long(number) in Python 2 |
Bug | PY-23239 | NamedTuples aren't getting their types checked |
Bug | PY-24749 | False positive: Enum __init__: Signature is not compatible to __new__ |
Bug | PY-22740 | Unexpected argument for field names of class inherited from namedtuple |
Bug | PY-23057 | "Statement has no effect" inspection should ignore ellipsis operator |
Bug | PY-24099 | False positive: parameter unfilled for NamedTuple with default value |
Bug | PY-17962 | Incorrect handling of type Callable |
Bug | PY-23707 | False positives for __new__ arguments of some builtin classes |
Bug | PY-24445 | False positive: PyCharm ignores issubclass check inside list comprehension |
Bug | PY-19323 | typing.Callable type without arguments incorrectly warns that it is not callable |
Bug | PY-23253 | NamedTuple subclass inspection |
Bug | PY-23429 | False warning about expected type of parameter |
Bug | PY-22102 | NamedTuple class declaration for Python 3.6 not supported by PyCharm |
Bug | PY-4344 | Parameter unfilled: false negatives for named tuples |
Bug | PY-24364 | Type inference fails when generator is converted to list, but the variable name is kept. |
Bug | PY-24323 | Wrong expected type inspection for the `key` argument of `min` and `max` functions |
Exception | PY-24610 | Exception because of Invalid TextRange in format string |
Refactoring | Bug | PY-24479 | Change Signature doesn't properly handle deleted parameters in functions with varargs |
Bug | PY-24288 | Change signature removes existing keyword argument if an extra parameter with the same name was added |
Bug | PY-24602 | Change Signature doesn't handle keyword arguments for vararg intermixed with ordinary keyword arguments |
Bug | PY-24607 | Change signature doesn't add name to an exsiting argument when its parameter gets preceded by new one with default value |
Bug | PY-24609 | Change signature keeps keyword in arguments of a former keyword parameter moved before positional vararg |
Bug | PY-16683 | Change signature doesn't handle keyword-only arguments in Python 3 |
Bug | PY-24480 | Change Signature doesn't properly handle new parameters in functions with varargs |
Test Runner | Bug | PY-24423 | "django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet." error in 2017.1.3 (runs fine in 2017.1.2) |
Bug | PY-24010 | Renaming project removes py.test context configuration option |
Bug | PY-24302 | Python unit tests fail in project with multiple modules. Only 1st configured module works |