No subsystem | Bug |
CPP-16762
|
No "create new definition" quick fix if "typo" quick fix is present |
Bug |
CPP-15170
|
"Not implemented functions" disabling is not done immediately |
Bug |
CPP-16971
|
Any IDE inserts redundant closing curly brace |
Bug |
CPP-18503
|
Incorrect colour of operator keyword when called as a member of template type |
Bug |
CPP-18532
|
Requires keyword is literally everywhere. |
Bug |
CPP-17913
|
Concepts: Process return type requirements |
Bug |
CPP-18672
|
Build directories aren't excluded anymore after reopen project |
Bug |
CPP-18306
|
java.lang.IllegalStateException: index access is not allowed in dumb mode |
Performance |
CPP-11601
|
EditorHyperlinkSupport may lead to freeze |
Performance |
CPP-15185
|
Find in path panel might cause freezes in EDT |
Build | Usability |
CPP-18308
|
Provide correct console filter into Custom Build target output |
Code: Clangd | Bug |
CPP-15283
|
Unexpected swapping of include headers after completion |
Bug |
CPP-17924
|
clangd completion only: the best choice for ret is not return |
Code: Completion | Bug |
CPP-18700
|
freeze in clangd completion |
Bug |
CPP-18477
|
clangd completion only: no icon and chunk with original type for typedef elements |
Bug |
CPP-17512
|
clangd completion: UDL operator is duplicated |
Bug |
CPP-18466
|
clangd completion only: not proper formatting after completing some items |
Bug |
CPP-18023
|
Code completion: Local variable should have high priority by default |
Bug |
CPP-18479
|
clangd completion only: No suggestion for define if matching from the middle of identifier |
Bug |
CPP-18389
|
Clangd completion doesn't suggest access identifiers and base class for derived class |
Bug |
CPP-16872
|
Do not show access specifier icons in completion list |
Bug |
CPP-18171
|
clangd completion only: no completion for pragma arguments |
Bug |
CPP-18382
|
clangd completion only: Add space after keyword when it's needed |
Bug |
CPP-18318
|
clangd completion: local variables are duplicated in memory view |
Bug |
CPP-18451
|
Clangd completion: comma is the first suggestion for operator |
Bug |
CPP-18478
|
clangd completion only: do not suggest destructor if caseinsensetive is mismatched |
Bug |
CPP-18412
|
clangd completion only: No completion in a structure initialisation |
Bug |
CPP-18070
|
clangd completion only: No completion for 'using' in template alias |
Bug |
CPP-18570
|
clangd completion only: do not add space when replace from completion list |
Bug |
CPP-18307
|
clangd completion: Quick Documentation and Quick Definition are not working |
Performance |
CPP-18517
|
Freeze in clangd completion |
Cosmetics |
CPP-18663
|
Different icons for parameter completion item |
Code: Documentation | Bug |
CPP-2661
|
Parameter info show too detailed type of STL containers which makes it unreadable |
Bug |
CPP-18455
|
No namehints in nested init list with explicit type |
Bug |
CPP-18454
|
Wrong namehints in nested init list |
Cosmetics |
CPP-17652
|
Name hints and comments: structures |
Code: Formatting | Feature |
CPP-18095
|
Create ClangFormat file from CLion C/C++ code style settings |
Bug |
CPP-1836
|
Reformat Code breaks indention in enum when using a comment line |
Bug |
CPP-15184
|
clang-format: enable Clang Format without config file |
Bug |
CPP-18731
|
Property 'KeepLineBreaksForNonEmptyLines' is not allowed |
Cosmetics |
CPP-18766
|
Rename Create .clang-format` for the Project action |
Code: Generation | Bug |
CPP-17401
|
Member field prefix should be omitted when generating getters and setters |
Code: Highlighting and Inspections | Bug |
CPP-18270
|
No "File not found" warning if there are other errors in nested includes |
Bug |
CPP-16419
|
Parameter hints incorrect with partially applied variadic template forwarding |
Bug |
CPP-18273
|
Member can be static is duplicated by Clang-Tidy |
Bug |
CPP-18508
|
"Unused include directive" not working in "Run Inspection by Name..." |
Task |
CPP-18488
|
Switch off `Use IDE Settings` automatically in case when .clang-tidy files exist |
Task |
CPP-18592
|
Provide link to documentation in Clang-Tidy options dialog |
Code: Intention Actions | Bug |
CPP-17399
|
Incorrect inspection "Remove unnecessary parentheses" |
Code: Parsing | Bug |
CPP-17938
|
clangd crashes on editing list of constrained template types |
Bug |
CPP-17939
|
Concepts: Include expressions from required function calls into completion list |
Bug |
CPP-17935
|
clangd crash in ParseOptionalCXXScopeSpecifier |
Bug |
CPP-17415
|
The following code crashes the parser |
Bug |
CPP-17828
|
java.lang.ArrayIndexOutOfBoundsException when typing before pragma directive |
Code: Refactorings | Bug |
CPP-16120
|
Move refactoring should show error/warning if new namespace name is equal to existing name of class/variable |
Bug |
CPP-17539
|
Preserve include directive paths if possible after file renames |
Bug |
CPP-16140
|
Don't move into namespace definitions of class members |
Code: Resolving | Bug |
CPP-15937
|
"Resolve operation requires more time", modal popup takes several minutes and blocks UI. |
Debugger | Bug |
CPP-17964
|
GDB Server is not stopped correctly |
Bug |
CPP-18278
|
IDE complete Freeze (edit configuration when debugger was active) |
Dynamic Analysis Tools | Bug |
CPP-18355
|
No coverage report from out of source build |
Bug |
CPP-17798
|
Code Coverage: Missing warning in case of incompatible versions of compiler and gcov/llvm-cov |
Bug |
CPP-18093
|
"Record branch coverage data" in Coverage settings in CLion 2019.3 Beta is misleading |
Bug |
CPP-17928
|
Do not detect coverage tools from PATH environment variable since it can lead to empty coverage results |
Bug |
CPP-18140
|
Rename action from `Import` to `Import Valgrind XML Result` |
Bug |
CPP-17397
|
Debugging binaries built with address sanitizer substantially slows down my application |
Embedded | Feature |
CPP-17918
|
Peripheral: Add "Copy Address" to right-click menu |
Usability |
CPP-17201
|
Embedded GDB Server should Reset after executable download |
Task |
CPP-18371
|
Platformio Plugin: Publish as open source |
Project Model | Bug |
CPP-18414
|
Compilation database: Build tool windows should be opened first time |
Bug |
CPP-18468
|
Build tool window isn't shown until project import is finished |
Bug |
CPP-18498
|
java.util.ConcurrentModificationException when open Compilation database/Gradle project |
Running | Feature |
CPP-18608
|
Virtual target "Configure Custom Build Targets" for GdbServer-based run-configurations. |
Feature |
CPP-17286
|
Extend "Remote GDB Server" configuration to non-cmake projects |
Bug |
CPP-10292
|
Launching CMake CUDA targets from CLion using wrong binary |
Toolchains | Bug |
CPP-14177
|
Error during pretty printers setup when debug using remote toolchain |
Task |
CPP-18347
|
Bundle CMake 3.16 |
Unit Testing: Google Test | Bug |
CPP-16301
|
false positive errors with new googletest api (1.8.1) |
Code Analysis. Inspection | Bug |
IDEA-230363
|
Freeze in StreamApiMigrationInspection when StringBuilder-append-loop is followed by append to another StringBuilder |
Bug |
IDEA-218302
|
On pressing F2 only one problem is shown in the inspections tooltip |
Bug |
IDEA-229617
|
NullPointerException in ex.GlobalInspectionContextImpl |
Bug |
IDEA-198830
|
Slow inspections in IDEA |
Usability |
IDEA-227280
|
Running Inspections From Command Line: Errors logged for every missing description |
Code Analysis. Language Injection | Feature |
IDEA-230418
|
Apache DbUtils: add language injections for AsyncQueryRunner |
Bug |
IDEA-230409
|
jOOQ: DSLContext.batch() injections disappear at adding comma before the next `string` param |
Code Analysis. Structural Search | Feature |
IDEA-203910
|
Find enhanced switch statements and switch expressions |
Feature |
IDEA-229632
|
Support regex type filter and allow to select/switch in UI |
Bug |
IDEA-226256
|
Can't find comments in XML/HTML |
Core. Debugger | Usability |
IDEA-225449
|
View action for multiline strings in debugger |
Exception |
IDEA-227153
|
NPE at com.intellij.xdebugger.impl.evaluate.quick.XDebuggerInstanceTreeCreator$InstanceEvaluatorTreeRootVal
ue.computeChildren |
Core. Diagrams | Feature |
IDEA-229795
|
Support record creation on UML diagrams |
Core. IDE Settings | Feature |
IDEA-22407
|
Follow XDG directories on Linux |
Feature |
IDEA-26855
|
Store IDEA caches under LOCALAPPDATA directory by default |
Bug |
IDEA-228645
|
Some of the bundled plugins only show up when searched for in the actions panel and not in the Plugins page. |
Bug |
IDEA-230500
|
Fail to change the sync account after I delete the account |
Bug |
IDEA-225446
|
Make inlay hint list in settings searchable |
Task |
IDEA-169262
|
Settings: move "Tooltip initial delay" option under registry key |
Core. IDE Settings. Sharing | Bug |
IDEA-229449
|
Settings sync via JetBrains Account broken after update |
Cosmetics |
IDEA-207765
|
Illegible small font on regular DPI monitor for dialog IDE Settings: Sync Plugin |
Task |
IDEA-231281
|
Fix Sync Settings to JBA options location in the Main menu |
Core. Indexing | Feature |
IDEA-225580
|
Make "find in path" work in dumb mode via TrigramIndex, IdIndex |
Usability |
IDEA-227471
|
IDE unusable after copying a folder from explorer to project |
Core. Installation | Bug |
IDEA-196722
|
Toolbox idea shell script is no longer able to understand relative paths on macOS |
Bug |
IDEA-230993
|
Relocate application directories on macOS |
Bug |
IDEA-231073
|
Uninstalling IDEA doesn't delete caches and config |
Bug |
IDEA-206343
|
[JRE 11 installers] There is suggestion to download jre for 32bit launchers, but it is jre 8 |
Usability |
IDEA-230819
|
Installed custom plugins are lost after updating if custom idea.config.path is used |
Task |
IDEA-191884
|
Extract platform classes to separate JARs in IDEs distributions |
Core. Licensing | Usability |
IDEA-230372
|
Trim spaces in credentials fields |
Core. Navigation and Search | Feature |
IDEA-222802
|
Feature request: Quick Type Declaration |
Bug |
IDEA-227390
|
Cannot see hierarchy of subclasses with the same name loaded from different modules |
Bug |
IDEA-225211
|
2019.3 EAP unable to find file with "Content Root Path" |
Bug |
IDEA-230721
|
Method name in "Recent Locations" is truncated unnecessarily |
Usability |
IDEA-147434
|
Navigation bar: File list should use natural sort order |
Core. Platform API | Feature |
IDEA-230423
|
Allow to call commitDocument in background threads for documents with non-physical files |
Bug |
IDEA-225026
|
submitTransaction code shouldn't be executed inside just appeared progresses |
Bug |
IDEA-228530
|
False positive "Suspicious package-private access" with unrelated package-private no-arg superconstructor |
Task |
IDEA-224840
|
Move ApiStatus annotations to java-annotations library |
Task |
IDEA-228809
|
Fail tests when a recursion prevention leads to prohibited caching |
Task |
IDEA-230811
|
Report IDE error when the same reference resolves to non-equivalent results in different threads |
Core. Plugin Management | Bug |
IDEA-225120
|
Search bar in Plugins Marketplace does not react to some search query changes |
Bug |
IDEA-225552
|
Plugin.xml parsing: strip whitespace from <depends> plugin ID tag value |
Bug |
IDEA-229608
|
Custom Plugin Repositories dialog: Just entered link is empty after reopening dialog |
Bug |
IDEA-198510
|
Action "Install plugin from disk" is not found in Find Action |
Bug |
IDEA-223517
|
Can't disable plugin with missing dependency |
Bug |
IDEA-223587
|
Plugin Settings: No way to disable dependent plugins once the user pressed "cancel" in the corresponding question dialog |
Bug |
IDEA-229772
|
IDE freezes after updating plugins |
Bug |
IDEA-231059
|
IDEA UI Freeze on disabling dynamic plugin |
Bug |
IDEA-226962
|
Can't install Rust plugin on 2020.1 nightly |
Bug |
IDEA-224020
|
dialog IDE and Plugin Updates doesn't appear on installing a plugin and closing the Plugins dialog |
Bug |
IDEA-226516
|
Null pointer exception in `IdeaPluginDescriptorImpl.readDependencies` when installing the official Rust plugin. |
Bug |
IDEA-229856
|
Settings of a plugin aren't saved if the plugin is unloaded without restart |
Usability |
IDEA-218479
|
Text on plugin pages with images is cut by right border, no horizontal scrollbar is available |
Core. Project Settings | Bug |
IDEA-226998
|
IllegalStateException error when clicking "create new project" link. |
Cosmetics |
IDEA-227208
|
Grammatical error in IDEA UI for setting up project |
Task |
IDEA-177242
|
Run FrameworkDetector#detect on background thread |
Core. Quick Documentation | Bug |
IDEA-226374
|
Constant String field evaluation shows PsiType prefix |
Bug |
IDEA-225727
|
QuickDoc works incorrectly with getCustomDocumentationElement API |
Bug |
IDEA-227429
|
QuickDoc doesn't update after selecting a different item for selection popup of "Implement method" and "Use existing implementation" intentions |
Bug |
IDEA-230513
|
Parameter Info doesn't work for Java and Kotlin methods |
Bug |
IDEA-228532
|
Hard to get inspection error description when documentation popup is opened as a tool windows |
Bug |
IDEA-231385
|
External documentation providers shouldn't be running under read lock |
Usability |
IDEA-225426
|
Quick doc on hover doesn't work with injections |
Usability |
IDEA-225722
|
Quick doc popup font is either too small or too big |
Core. Refactorings | Bug |
IDEA-224673
|
ProjectImpl leaked when IDE is closed during in-place refactoring |
Usability |
IDEA-227118
|
Show modal dialog with progress on attempt to invoke non dumb aware action during indexing |
Core. Run. Configurations | Bug |
IDEA-230605
|
The beforeRun Maven tasks before run Application |
Bug |
IDEA-216053
|
A UI freeze on every opening of a run configuration with a custom JRE |
Usability |
IDEA-231069
|
Edit Run Configurations dialog: new RC adding doesn't work when you use quick search for navigation to node with subnodes |
Usability |
IDEA-220223
|
Group run configuration templates |
Core. Run. Targets | Feature |
IDEA-224928
|
Add 'Manage Targets' to the Run menu |
Feature |
IDEA-224139
|
Add pre-filled values for language runtime paths |
Bug |
IDEA-225182
|
Java debug does not work for Docker target for JDK 9+ |
Core. Statistics | Exception |
IDEA-228826
|
ERROR when open GoLand 2020.1 with plugin that defines registry key |
Editor. Code Completion | Bug |
IDEA-182741
|
Completion works for one row only when you're in column selection mode and opened Insert Live Template dialog |
Editor. Copyright | Bug |
IDEA-225973
|
Copyright plugin doesn't add any copyright into plain text file |
Bug |
IDEA-226263
|
EPs to make dynamic |
Editor. Diff and Merge | Feature |
IDEA-224803
|
Possibility to diff arbitrary ZIPs |
Feature |
IDEA-203246
|
Show breadcrumbs in diff window |
Bug |
IDEA-224802
|
ZIP/directory-differ does not allow to change between archive / directory |
Bug |
IDEA-229059
|
Blinking highlighting when editing in Unified view |
Bug |
IDEA-224804
|
ZIP-differ does not allow to change any ZIP file, but only JARs |
Editor. Editing Text | Bug |
IDEA-219307
|
Chinese font BUG |
Bug |
IDEA-181263
|
Block comment messes up auto-indentation below it |
Bug |
IDEA-224887
|
Extending selection strange highlights text block content |
Bug |
IDEA-231047
|
Auto-import on the fly doesn't work in files modified in non-default changelist |
Performance |
IDEA-226443
|
Calculate method parameter hint info in non UI thread |
Usability |
IDEA-81802
|
Drag'n'Drop functionality in editor unexpectedly begins dragging selected text even if nothing selected is under the cursor |
Usability |
IDEA-211165
|
Line number converter function cannot set current line to zero |
Editor. Formatter | Bug |
IDEA-218720
|
EditorConfig: Open File to Preview Code Style OpenFileDialog opens in different project (MacOS) |
Bug |
IDEA-223939
|
Formatter results are inconsistent. Tabs and spaces in indention appear in different runs |
Exception |
IDEA-227185
|
AssertionError: Already disposed: Project from CodeStyleCachedValueProvider$AsyncComputation |
Editor. Intention Actions | Feature |
IDEA-229247
|
Add intention Copy string to the clipboard |
Feature |
IDEA-222636
|
Intention preview |
Exception |
IDEA-226405
|
Java plugin is not recognized as a production of JetBrains |
Lang. JSON | Feature |
IDEA-228220
|
Option to add description for enum values in JSON SCHEMA |
Feature |
IDEA-223598
|
provide context to x-intellij-language-injection in json schemas |
Lang. Markdown | Bug |
IDEA-227021
|
Reference link is not rendered properly in Markdown preview |
Exception |
IDEA-228789
|
Markdown changes PSI/document/model during highlighting |
Lang. RegExp | Bug |
IDEA-144332
|
False positive: Annotator: Unknown character category: \p{Block=CombiningDiacriticalMarks}+ |
Lang. Shell Script | Bug |
IDEA-230393
|
Explainshell action does not properly escape plus and ampersand |
Bug |
IDEA-227953
|
Shell script: terminal tabs are not respecting the run configuration title |
Bug |
IDEA-231408
|
Shell Script plugin: Bash Terminal rewrites script file path in a way that bash shell can't read it |
Bug |
IDEA-230061
|
Parsing error when a function test is defined in a script |
Lang. XML | Bug |
IDEA-210737
|
XSD Generator crashes IDEA |
Bug |
IDEA-229461
|
Help Resolving XML Catalog URIs |
Lang. XPath and XSLT | Usability |
IDEA-230950
|
XPath in language injection fragments is highlighted with confusing red color in Darcula |
Lang. YAML | Bug |
IDEA-229869
|
prometheus.yml -> Required: null, Actual: null |
Tools. Docker | Feature |
IDEA-190810
|
Support for multiple tags when building |
Bug |
IDEA-230073
|
Cannot start Docker: only error message is "Cannot connect: java.io.FileNotFoundException" |
Bug |
IDEA-180157
|
Docker Run configuration : replace JSON file with explicitly listed options in CLI format |
Bug |
IDEA-214932
|
docker-compose inspection doesn't recognize "unless-stopped" as valid value |
Tools. Terminal | Bug |
IDEA-230321
|
When opening link from IDE Terminal extra characters (e.g. s, ms, 5ms) are added intermittently to the link |
Bug |
IDEA-227054
|
Fish terminal integration loads functions after conf.d (unlike fish itself) |
Bug |
IDEA-231032
|
Cannot open new terminal tab in RubyMine |
Exception |
IDEA-231286
|
"Open in Terminal" action fails to run |
User Interface. Accessibility | Cosmetics |
IDEA-186539
|
Rework UI text for I18nize Hardcoded Strings dialog |
User Interface. Action System | Bug |
IDEA-228620
|
Mouse event logged instead of Keyboard event for menu actions |
Bug |
IDEA-217670
|
Mnemonics for Replace -> Replace all (Alt + A) doesn't work in macro when there is an action with same shortcut is defined |
Performance |
IDEA-225060
|
First "Go to action" is too long |
User Interface. Controls | Bug |
IDEA-230825
|
Color Scheme UI: field with color value is always showing truncated text |
User Interface. Embedded Browser (JCEF) | Bug |
IDEA-230863
|
JCEF white flash on load |
User Interface. Find, Replace, Usages | Bug |
IDEA-227990
|
Resizing preview in Find in Path doesn't always work on macOS |
Bug |
IDEA-192260
|
Toggling "Merge usages from the same line" in find references popup cycles between more than 2 different result lists??? |
Bug |
IDEA-199657
|
RegExp: named groups don't work in Find/Replace in Path |
Bug |
IDEA-209596
|
"Invoke Show Usages again to search in all files" doesn't work |
Bug |
IDEA-226984
|
Search field in editor bug (when two lines are pasted in) |
Bug |
IDEA-230545
|
'Search Accessors' dialog is shown simultaneously with 'Show Usages' results popup |
Bug |
IDEA-231072
|
intellij idea incorrect processing of regex: “regular expression matches empty string” |
Task |
IDEA-225632
|
EPs to make dynamic |
User Interface. Focus | Bug |
IDEA-227001
|
Focus jumps from Tool Window to Editor on opening tool windows in a row |
Bug |
IDEA-218418
|
IDE remains in background when invoked Jump to source (F4) from another window |
Bug |
IDEA-229146
|
Fix for JBR-2021 on IDEA-side |
User Interface. Keyboard Input | Bug |
IDEA-228793
|
Shortcut VS mnemonic collision |
Bug |
IDEA-227295
|
Unable to use arrow buttons to expand/collapse recent projects group on welcome screen |
User Interface. Look and Feel | Feature |
IDEA-228866
|
Preview while changing themes |
Bug |
IDEA-216658
|
IntelliJ LaF: context menu triangle icon |
Bug |
IDEA-216556
|
IntelliJ LaF: disabled combo background looks incorrect |
Bug |
IDEA-201293
|
Some colors are not changed on switching theme |
Bug |
IDEA-231105
|
Color scheme is reset to "IntelliJ Light" in 2020.1 if a custom color scheme was set in 2019.3 |
Bug |
IDEA-216753
|
IntelliJ LaF: tool window headers have increased font size on Mac |
Bug |
IDEA-228042
|
Project description floats freely on screen |
Cosmetics |
IDEA-229812
|
Blue frame of "Create new project" on Welcome screen is thin |
Task |
IDEA-216580
|
IntelliJ LaF: Help button on Windows and Linux |
Task |
IDEA-217993
|
Rename color scheme/theme actions in Quick Switch Scheme popup |
Task |
IDEA-226805
|
Move Windows and macOS themes to plugins |
Task |
IDEA-230997
|
Bundle macOS Light Theme and Windows 10 Light Theme plugins with all JetBrains IDEs |
User Interface. Navigation | Bug |
IDEA-228670
|
Recent Files: restoring scrolling position broken? |
Usability |
IDEA-11943
|
Navigation bar: Alt-F1 should immediately open list |
User Interface. Project View | Feature |
IDEA-227694
|
"Go to link target" command should work for files under linked directories |
Task |
IDEA-178054
|
Problem with understanding hierarchy in directory tree |
User Interface. Services View | Exception |
IDEA-231056
|
AE at com.intellij.database.dataSource.DataSourceStorage.readState |
Version Control. Git | Feature |
IDEA-205386
|
Add a refresh (fetch) option to Git Branches popup |
Feature |
IDEA-209996
|
Show "Incoming/Outgoing commits" indicator for current branch in the status bar |
Bug |
IDEA-228523
|
When cherry-picking with git, the automatically opened Commit dialog deselects the first file |
Bug |
IDEA-231282
|
Throwable at com.intellij.vcs.log.impl.PostponableLogRefresher.addLogWindow |
Bug |
IDEA-230806
|
Git installation is not detected on Windows if not in the PATH |
Bug |
IDEA-206427
|
IO commits: No 'update fail' message after unsuccessful attempt of authentication |
Bug |
IDEA-211338
|
Git: incoming/outgoing changes checking always fails for the private github repositories |
Bug |
IDEA-211334
|
Git: incoming/outgoing changes checking is not performed after successful pull |
Bug |
IDEA-230378
|
Trying to resolve conflicts between unrelated histories fails |
Bug |
IDEA-230743
|
Clone button stays disabled after installing Git |
Bug |
IDEA-207187
|
Incoming Changes indicator in branches popup doesn't disappear after update |
Usability |
IDEA-226783
|
Extend existing "New Branch From Selected…" branches popup action to allow create a new branch without checkout |
Cosmetics |
IDEA-229854
|
Git Checkout Problem dialog: change text about stashing changes |
Version Control. Log | Performance |
IDEA-219710
|
IntelliJ 2019.2 high cpu usage (with git) at idle. |
Cosmetics |
IDEA-228572
|
Git log: two different colors for link rendering |
Exception |
IDEA-229187
|
Clicking on Log tab of Git tool window generates exception (intellij-community master branch) |
Version Control. Subversion | Bug |
IDEA-226333
|
SVN (possibly other VCS too?) version control in an infinite refresh loop |
Code Insight | Bug |
PY-35881
|
Wrong type hints for parameters that shadow builtins |
Bug |
PY-11977
|
Code completion suggests instance variables for classes |
Bug |
PY-39976
|
ContextVar set method not recognized |
Bug |
PY-35885
|
PyCharm thinks function.__doc__ is `bytes` |
Bug |
PY-34374
|
Support kw_only in attr.s |
Bug |
PY-21394
|
os.fspath() takes one argument (path), but PyCharm suggests args and kwargs |
Bug |
PY-35548
|
warning while using subclassed dataclasses with `dataclasses.field(init=False)` |
Bug |
PY-39594
|
False positive when typing near inherited TypedDict type |
Bug |
PY-37678
|
PyCharm fails to infer return type of dataclasses.replace |
Bug |
PY-40018
|
Inherited non-default argument(s) defined with inherited dataclasses |
Bug |
PY-10184
|
Completion variants from hasattr are not shown when qualifier type is unknown |
Bug |
PY-38400
|
attrs eq option causes false "unexpected arguments" |
Bug |
PY-21395
|
PyCharm does not recognize os.fspath() return value |
Bug |
PY-33500
|
Typechecker doesn't infer typevars in __call__ method |
Bug |
PY-39618
|
Pycharm doesn't provide type-hints for ContextVar.get() |
Bug |
PY-25838
|
In python2, self.print is highlighted as a keyword even though from __future__ import print_function is present |
Bug |
PY-17933
|
Rename refacotring: cannot find reference to attribute defined in another file |
Bug |
PY-36113
|
PyCharm does not understand attrs auto_exc |
Exception |
PY-37374
|
Exception while editing python string with some language injected |
Console | Usability |
PY-39736
|
Allow run "Execute Selection in Console" during indexing |
Exception |
PY-32807
|
Warning and stack trace in idea.log: Process hasn't generated any output for a long time. |
Debugger | Bug |
PY-26367
|
Disable inspections for conditional breakpoints |
Bug |
PY-39174
|
Console folding doesn't work with "Always show debug console" with IPython |
Bug |
PY-34555
|
subprocess debugger is not nest-able - file vs module |
Bug |
PY-39400
|
Make tabs in Concurrency Visualizer closable |
Usability |
PY-39230
|
Rename "Python Remote Debug" run configuration |
Cosmetics |
PY-39119
|
Rename host address in Remote Debug Server settings |
Inspections | Bug |
PY-21397
|
False negative for unsupported argument types for os.path.join |
Bug |
PY-39420
|
Python 3.8's new `functools.cached_property()` decorator is still missing in 2019.3 |
Bug |
PY-34262
|
Too aggressive redundant parentheses inspection for tuple return |
Bug |
PY-39078
|
No 'Unresolved attribute reference' inspection for the Optional type variables |
Bug |
PY-36167
|
"Unresolved reference 'await'" immediately after one-line non-async function inside async function |
Bug |
PY-7711
|
Spelling errors reported on regexps |
Bug |
PY-39556
|
PyCharm reports missing type hints for overloaded function |
Bug |
PY-37802
|
Warning when using asdict on pydantic dataclasses |
Bug |
PY-27584
|
os.open(), os.unlink() and many others actually accept dir_fd= kwarg, but type hinting does not know about it. |
Bug |
PY-39404
|
Unexpected argument when creating an imported TypedDict |
Bug |
PY-39532
|
reStructuredText language injection comment breaks inspection |
Bug |
PY-17420
|
False warning from PyCharm when calling os.listdir() with no arguments in Python 3.5 |
Bug |
PY-28984
|
Code Insight is wrong about Python's core library function `os.getenv` |
Bug |
PY-39682
|
Ignored references in inspections settings for unresolved references in Python does not work anymore |
Bug |
PY-34798
|
False positive; parameter 'x' unfilled (when attr default as decorator and inheritance) |
Performance |
PY-26062
|
slow inspections for python file |
Usability |
PY-39866
|
Better warning message instead of `Name 'variable' can be not defined` |
Interpreters Settings | Bug |
PY-39653
|
Prefer default project interpreter over system-wide ones |
Bug |
PY-39648
|
Inner virtual env is not marked as excluded on opening project without .idea |
Usability |
PY-39694
|
Reuse interpreters popup in quick fix |
Refactoring | Bug |
PY-38319
|
Intention 'Convert to f-string' doesn't escape curly braces |
Bug |
PY-24232
|
Convert to f-string literal doesn't remove escaping for % characters |
Run | Usability |
PY-24193
|
Pressing return key after inputting a URL in console causes PyCharm to launch the browser |
Test Runner | Feature |
PY-29154
|
Exit code is not set by _jb_pytest_runner.py |
Bug |
PY-31836
|
pytest parametrized test ids with spaces, unable to run individual test case |
Bug |
PY-39146
|
PkgResourcesDeprecationWarning in helpers\pycharm\pycharm_commands\pycharm_test.py |
DB Diagram | Bug |
DBE-9903
|
DB Diagram shows constraint differently in 2019.3 version |
DB Introspection | Bug |
DBE-9980
|
Auto sync is not working if create schema and objects from console |
Bug |
DBE-9897
|
Wrong parameter names for Oracle system procedure |
DB Schema Views | Usability |
DBE-7219
|
"Import from sources" action is unclear |
Data Views | Usability |
DBE-6587
|
Database editor tab: focus lost after entering date field |
Navigation & Search | Feature |
DBE-9622
|
Ability to set 'current data source' in the search scope |
SQL Completion | Feature |
DBE-3146
|
Postgres: no completion for function's language |
Performance |
DBE-9844
|
Huge freeze during autocomplete database table names in joins |