No subsystem | Feature |
CPP-22398
|
GTest: Show the test tree before tests execution |
Bug |
CPP-22708
|
CLion Swift plugin doesn't work |
Bug |
CPP-22514
|
GT: Show the DISABLED test as `Skipped` instead `Not Run` |
Bug |
CPP-22207
|
CUDA: Cannot open source file when add_compile_options is used |
Bug |
CPP-15719
|
Unnecessary `Run with Profiler` action |
Bug |
CPP-20252
|
Completion of C++20 keywords |
Bug |
CPP-22482
|
Unlimited recursion while GT test finding procedure |
Bug |
CPP-20634
|
Code is full of "llvmlibc-callee-namespace" warnings after updating to 2020.2 EAP |
Performance |
CPP-13710
|
Copy action inside editor might lead to parsing in EDT |
Performance |
CPP-11901
|
Freeze on selecting word at caret (double click) |
Performance |
CPP-21585
|
IDE memory shortage |
Performance |
CPP-22191
|
Write lock, TextEditorHighlightingPass, ClangErrorsAnnotatorSlowPass |
Usability |
CPP-21705
|
Cannot start a new Swift project - UX |
Build | Feature |
CPP-20712
|
Support compile single file for Makefile project |
Bug |
CPP-8782
|
Can not edit configurations while indexing project |
Usability |
CPP-22273
|
Show Messages tool window when build is started |
Cosmetics |
CPP-19849
|
Build output appears corrupted on Cygwin |
Code: Auto-import | Usability |
CPP-2840
|
Support Qt style headers with auto-import. |
Usability |
CPP-20602
|
Wrong auto import suggestion for nearly all common symbols |
Code: Clangd | Bug |
CPP-22948
|
ASTWriterStmt and ASTReaderStmt should check getTemplateArgsAsWritten for null |
Bug |
CPP-22445
|
#ifdef directive when true, not 'brightening' up correctly |
Usability |
CPP-17858
|
Clangd refuses compatible template template arguments |
Code: Completion | Feature |
CPP-18099
|
Use clangd completion snippets in live template form |
Feature |
CPP-8593
|
Add Code completion for mutable keyword for lambda expression |
Feature |
CPP-21995
|
Code completion for Qt signals and slots |
Bug |
CPP-21607
|
Laggy auto-complete |
Bug |
CPP-20428
|
Intelliscence in clion don't show releant content |
Bug |
CPP-20546
|
No completion for designated initializers in arrays of structures |
Bug |
CPP-22152
|
No completion for asm |
Bug |
CPP-18307
|
clangd completion: Quick Documentation and Quick Definition are not working |
Bug |
CPP-21046
|
Completion by Tab of anything with <> does not replace them |
Bug |
CPP-21323
|
[clangd] No completion for `override` and `final` after destructor |
Bug |
CPP-22204
|
Completion does not work correctly with template types |
Bug |
CPP-20919
|
No completion for container elements in function template |
Bug |
CPP-19284
|
clangd completion is not working in debugger console |
Bug |
CPP-19682
|
Completion with templates |
Bug |
CPP-20920
|
Support missing C keywords in clangd |
Bug |
CPP-21671
|
If/while keywords completion ignores code style |
Bug |
CPP-20231
|
Member suggestions not working for members of partially-specialized function arguments |
Bug |
CPP-17420
|
No clangd completion in evaluate dialog |
Bug |
CPP-21310
|
code completion not working along with auto keyword |
Bug |
CPP-20500
|
Designated Initializers: No completion for field from a base class |
Code: Find Usages | Bug |
CPP-1825
|
No usage found for specialized class |
Bug |
CPP-8211
|
Find Usages finds completely unrelated text usages |
Code: Formatting | Feature |
CPP-21064
|
Smart pointer variable name suggestions |
Bug |
CPP-22254
|
Property 'AttributeMacros' is not allowed in default (LLVM) clang format scheme |
Code: Generation | Bug |
CPP-9381
|
"Create new field" doesn't work in member initializer list |
Bug |
CPP-20924
|
Show error message "<class> is declared final" on attempt of overriding functions |
Code: Highlighting and Inspections | Feature |
CPP-22074
|
Show Hint/Dialog/Popup after Clang-Tidy update with information what checks have been added |
Feature |
CPP-20739
|
Make an option in DFA for disabling "unused value" warnings for default variable initialisers |
Bug |
CPP-21666
|
Wrong warning 'Local variable 'data' may point to deallocated memory' |
Bug |
CPP-22006
|
Incorrect "Condition is always true" in catch block |
Bug |
CPP-22316
|
Others' inspections warnings are shown for MISRA inspection ran by name |
Bug |
CPP-21960
|
Constructor does not initialize some fields: wrong word is highlighted |
Bug |
CPP-21867
|
Do not warn about Loop condition is not updated inside loop when return statement exists |
Bug |
CPP-21869
|
Bogus warning Local variable may point to deallocated memory in Postgres project |
Bug |
CPP-21733
|
Wrong warning in inspection 'Loop condition isn't updated inside the loop' |
Bug |
CPP-20873
|
Different Simplify quick-fixes for if-statement with XOR produce different results |
Bug |
CPP-21700
|
Incorrect highlighting for namespace alias |
Bug |
CPP-21643
|
Wrong inspection 'Expression can be simplified |
Bug |
CPP-22475
|
Import clang-tidy custom executable settings is not working from CLion 2020.2 to CLion 2020.3 |
Bug |
CPP-17187
|
8 character unicode escape sequence (Uppercase U) \Uxxxxxxxx is not highlighted properly |
Bug |
CPP-21849
|
False positive warning local variable is not updated in the loop in unreachable code |
Bug |
CPP-21712
|
Naming convention for class private fields mistakenly applied to public union/anonymous struct fields |
Bug |
CPP-21850
|
False positive warning Local variable used in loop condition is not updated in the loop |
Bug |
CPP-21647
|
DFA shows incorrect warnings for iterator conditions |
Performance |
CPP-20607
|
Code inspection hang when browsing Linux kernel |
Cosmetics |
CPP-21933
|
Make quickfix text more meaningful and short |
Code: Intention Actions | Bug |
CPP-13690
|
Don't suggest predeclare class fo C files |
Bug |
CPP-22125
|
Boolean transformation generates semantically wrong expression |
Bug |
CPP-22330
|
Do not flip comma operator declaration |
Code: Parsing | Bug |
CPP-21668
|
[Cuda] Quick-fix inserts [[noreturn]] incorrectly after CUDA attributes |
Bug |
CPP-22474
|
Concept marked unused when used in trailing return type |
Code: Refactorings | Feature |
CPP-4967
|
"Extract lambda parameter" refactoring for C++11 |
Bug |
CPP-21989
|
< and > shown in popups instead of <> |
Bug |
CPP-19804
|
Exception on refactoring |
Bug |
CPP-22835
|
Extract function makes parameters const if they are arrays and have stores |
Bug |
CPP-22807
|
Extracted function puts const to parameters used in non-const calls |
Bug |
CPP-10622
|
When __COUNTER__ is used in a macro, inlining inserts a redefinition of it |
Bug |
CPP-22471
|
Changing option in new UI rename drop new identifier name |
Bug |
CPP-10335
|
Extract function applies const to parameter that may not be const |
Code: Resolving | Bug |
CPP-11303
|
"using namespace" fails when include header inside namespace |
Debugger | Feature |
CPP-9661
|
Debugger: Set next statement / Move execution point |
Feature |
CPP-7977
|
Debugger: Postmortem debug with a core file |
Feature |
CPP-7224
|
Debugger: debug as root |
Feature |
CPP-21773
|
Debugger: Add "Set next statement" action to context menu |
Bug |
CPP-22955
|
Inline watches: Expand struct view is not working when opening inline view again |
Bug |
CPP-22559
|
LLDBFrontend crashes on debugging core with path mappings |
Bug |
CPP-22609
|
Remote GDB Debug: Custom gdb debugger is incorrectly detected as LLDB |
Usability |
CPP-21836
|
Debugger: Set Next statement: Highlight code line in editor when moving next statement gutter |
Debugger: GDB | Bug |
CPP-14435
|
GDB: Setting a breakpoint creates a SIGINT that affects the running process |
Bug |
CPP-7358
|
GDB: "Evaluate Expression..." reevaluates it on every step afterward |
Bug |
CPP-18972
|
Debugger displays 'Cannot instantiate printer for default visualizer' for variables of type std::filesystem::path |
Debugger: LLDB | Bug |
CPP-23134
|
LLDB doesn't suspend on a watchpoint (IAE: Argument must not be null) |
Dynamic Analysis Tools | Bug |
CPP-21003
|
Missing Sanitizers Preview on macOS |
Bug |
CPP-22533
|
Coverage: No results on gutter |
Bug |
CPP-20894
|
No coverage data |
Bug |
CPP-20199
|
CPU Profiler under Linux, "Jump to source" not available |
Bug |
CPP-20797
|
Run with Coverage can't discover coverage tool on WSL |
Performance |
CPP-20792
|
Code Coverage freeze on LLVM project |
Embedded | Feature |
CPP-20527
|
IAR: detect nested file locations in the compiler output |
Feature |
CPP-18594
|
PlatformIO: Catch svd file from platformIO |
Bug |
CPP-16367
|
Openocd - can't connect with gdb with no download option. |
Bug |
CPP-15494
|
Embedded project uses debugger from Default toolchain |
Bug |
CPP-22466
|
GDB configured via a remote toolchain is not listed in a debuggers combobox (Embedded GDB Server can't find .elf file) |
Usability |
CPP-16079
|
Cannot create OpenOCD Download & Run configuration using Custom Build Application target |
Task |
CPP-18368
|
Platformio Plugin: Support custom platformio utility location |
Task |
CPP-22581
|
Add PlatformIO usage statistics |
Task |
CPP-21631
|
GDB: allow sigtrap as interrupt signal |
IDE Settings | Bug |
CPP-22523
|
Custom default CMake profile should be applied from Preferences for New Project for newly checked out projects from VCS |
Project Model | Feature |
CPP-22232
|
Makefile output parsing analyzer: add support for ccache |
Feature |
CPP-12870
|
Make it possible to enable/disable CMake profiles |
Feature |
CPP-19549
|
Makefile output parsing analyzer: add support for libtool and dolt |
Feature |
CPP-20752
|
Automatically create Run Configurations for Makefile projects |
Feature |
CPP-20697
|
Add UI notification about unsupported toolchain in Makefile settings |
Bug |
CPP-20618
|
QEMU project problems when opened using Makefile |
Bug |
CPP-20609
|
Output redirection: string literal misinterpreted as a compiler invocation, unparseable output redirection: "fixdep 'gcc file.c' >file.cmd" |
Bug |
CPP-17251
|
Language is sometimes detected incorrectly for a header |
Bug |
CPP-22634
|
Qt - error on dll directory when copying |
Bug |
CPP-22350
|
Don't fail Makefile project reload if compilation command cache is not empty |
Bug |
CPP-20601
|
Unable to resolve the compiler if the command line starts with an environment variable |
Bug |
CPP-22449
|
Reload Makefile Project action cleans the project if "Clean and Reload" action was triggered before |
Bug |
CPP-22363
|
Makefile project resolver fails if compiler surrounded with single quotes (') |
Bug |
CPP-22703
|
EA-239632 The function name can be null while editing `CMakeLists.txt` |
Bug |
CPP-22893
|
Disabled cmake profile forces CMake to reload on reopening a project |
Bug |
CPP-22393
|
Compiler executable without `.exe` can't be resolved on Windows in Makefile project |
Bug |
CPP-20642
|
CLion fails to reload CMake project where there are .cu files asked to be treated as c++ files |
Bug |
CPP-22318
|
Double quotes which are a part of a compiler argument get incorrectly stripped from the command line |
Bug |
CPP-22279
|
Cannot get compile info during loading project if using cc as compiler |
Usability |
CPP-22548
|
Allow specifying additional Make options for `cleaning project` and `searching for build targets` steps |
Usability |
CPP-22293
|
Add `Open Makefile Settings` action to Build tool window |
Usability |
CPP-22035
|
Offer navigation to Makefiles setting in case of loading failure |
Task |
CPP-22585
|
Allow `CMakeRunnerStep` to modify CMake parameters before execution |
Project View | Bug |
CPP-22267
|
Exception and then project folders disappeared from "Project" menu in 2020.3 EAP |
Project and File Wizards | Feature |
CPP-22323
|
Add menu item to add a new Qt class along with .ui file |
Usability |
CPP-8321
|
Project template for QT |
Running | Feature |
CPP-21987
|
Option to select GDB right in the "Remote GDB Server" configuration |
Feature |
CPP-15117
|
Make it possible to choose remote executable file in RunConfiguration. |
Feature |
CPP-17906
|
modify environment with script before running tests |
Feature |
CPP-22344
|
Local process elevation daemon |
Bug |
CPP-22521
|
Can't modify PATH value with env script before run |
Bug |
CPP-21794
|
Cygwin: input from console is not working when run.process.with.pty enabled |
Bug |
CPP-22425
|
Selected GDB isn't restored after IDE restart for run configuration stored as project file. |
Bug |
CPP-20446
|
Clion does not detect profile (IAR support does not handle -I switch properly if there are spaces or invalid characters) |
Bug |
CPP-22520
|
Run configuration not selected on reopening project |
Bug |
CPP-22596
|
Environment file source fails on windows with MinGW and MSVC |
Bug |
CPP-22517
|
No way to modify environment with script before run for GTest/Boost/Catch/Doctest Run Configurations |
Toolchains | Feature |
CPP-18537
|
Deployment default excluded paths |
Bug |
CPP-22104
|
CLion cannot configure VS toolchain (shows "not found") if system environment variable "COMSPEC" is not set |
Bug |
CPP-22252
|
Cursor goes to the left of symbol when typing a custom path to CMake executable |
Bug |
CPP-22255
|
CLion can't detect NMake with MSVC toolchain |
Unit Testing | Bug |
CPP-22575
|
GT could not be run with valgrind, profilers and other wrappers |
Bug |
CPP-21771
|
Nothing happens on pressing Debug button for RUN_TESTS CTest Run Configuration created automatically |
Bug |
CPP-22188
|
CTest: Nothing happens on pressing Debug button for 'All Tests' if No tests were found |
Bug |
CPP-22418
|
CTest Output on Failure not working in 2020.3 EAP |
Bug |
CPP-22362
|
CTest: Run Configuration doesn't save pattern when cleaned |
Bug |
CPP-22157
|
CTest: Run Configurations created from Gutter and from test results have different names |
Bug |
CPP-22243
|
CTest: Run Configurations created from test results have incorrect 'ctest://' prefix when CMake 3.13 or older is used |
Unit Testing: Google Test | Feature |
CPP-4779
|
Show parameters in test result tree for parameterized google tests |
Bug |
CPP-22640
|
Gtest: No code generation |
Bug |
CPP-7734
|
test runner doesn't show disabled tests |
Bug |
CPP-22154
|
Clion is running out of memory every time when Google Testing and Mocking Framework plugin is not disabled |
Code Analysis. Dependencies | Bug |
IDEA-242613
|
Broken usages disappears after removing comment |
Bug |
IDEA-249578
|
'Related problems' left after problem resolved |
Code Analysis. Inspection | Feature |
IDEA-249403
|
Support @Nls @NonNls and @NlsSafe annotations on function parameter in Kotlin |
Feature |
IDEA-248175
|
i18n for groupPath in InspectionEP |
Feature |
IDEA-247443
|
Option to ignore camel-case strings in i18n inspection |
Bug |
IDEA-251451
|
AutoCloseable inspection should detect resource escaping in more cases |
Bug |
IDEA-247998
|
InspectionProfileEntry.cleanup() not called when batch inspection has result |
Bug |
IDEA-52705
|
False positive on "suspicious indentation after control statement without braces" |
Bug |
IDEA-247986
|
Absence of an expected warning of "Hard coded strings" inspection |
Usability |
IDEA-232279
|
Improve the `Next highlighted error` UX on analysis |
Exception |
IDEA-168236
|
NPE invoking "Edit settings" for delete profile |
Code Analysis. Language Injection | Bug |
IDEA-250291
|
Language Injection settings are not properly reloaded when dynamic plugins changed |
Bug |
IDEA-241419
|
intelliLang.Configuration$App leaks PatternCompilerImpl$LazyPresentablePattern |
Bug |
IDEA-251156
|
Translate 'Fragment' in tab's name when edit an injection |
Code Analysis. Structural Search | Feature |
IDEA-249515
|
Automatically open replacement window when importing replace pattern |
Feature |
IDEA-244837
|
Custom SSR filters |
Bug |
IDEA-245668
|
NPE at pointing 'Find usages' in menu after adding SSR inspection |
Bug |
IDEA-137844
|
Structural Search is not thread safe |
Bug |
IDEA-245028
|
NPE when text cursor is on replacement variable |
Bug |
IDEA-249295
|
Structural search: some filters applicable for variable appear only on the second call |
Bug |
IDEA-244045
|
Can't find tools for "e0bda819..." in the profile "Project Default" on switching to existing template |
Bug |
IDEA-244786
|
Filters & Scope should be available in Dumb mode |
Bug |
IDEA-246940
|
Can't find lambda parameter |
Bug |
IDEA-247689
|
Make predefined templates not refer to others by name |
Bug |
IDEA-245442
|
Predefined templates with the same name should all appear in reference filter autocompletion results |
Bug |
IDEA-244784
|
Filters remain disabled when script filter has problem on opening of dialog |
Usability |
IDEA-241611
|
Do not populate 'Meta data' of new inspection |
Cosmetics |
IDEA-244617
|
Render templates list in inspection as disabled when inspection is disabled |
Task |
IDEA-247138
|
Get rid of "Words" check box in text filter |
Exception |
IDEA-247874
|
Constraint inSmartMode cannot be satisfied |
Code Analysis. Syntax (PSI) | Bug |
IDEA-246747
|
Excessive memory consumption |
Core | Bug |
IDEA-245099
|
File type of unloaded plugin can be leaked due to file type caching |
Bug |
IDEA-255312
|
Can not import a Gradle project due to java.lang.IllegalStateException from workspace project model |
Bug |
IDEA-252232
|
DefaultJDOMExternalizer.fieldCache leaks references to classloader of unloaded plugin |
Bug |
IDEA-243091
|
Pending highlighting passes can cause leaks on plugin unload |
Bug |
IDEA-252225
|
AdvancedProxy.ourFactories -> ProxyDescription.mySuperClass leaks reference to classloader of unloaded plugin |
Bug |
IDEA-242571
|
Not created lazy listeners are not cleared when the plugin is unloaded |
Bug |
IDEA-253548
|
JSLanguageLevelPusher.getImmediateValue resolves too many children in search of .idea/misc.xml |
Bug |
IDEA-244431
|
PatternCompilerImpl leaks references to classloaders from unloaded plugins |
Bug |
IDEA-233325
|
Lombok plugin tests and StackOverflowPreventedException |
Bug |
IDEA-253683
|
ClassCastException when open project with Space plugin |
Performance |
IDEA-254450
|
Slow Gradle project import with 2020.3 EAP |
Task |
IDEA-247475
|
API for HTML concatenations |
Core. Debugger | Bug |
IDEA-256118
|
'Remove All Watches' causes incorrect behavior and ArrayIndexOutOfBoundsException com.intellij.xdebugger.impl.inline.InlineWatchesRootNode.removeInlineChildren |
Bug |
IDEA-255861
|
Expanding an array with inline debugger does not start with 0 index |
Bug |
IDEA-256188
|
Inline watch in Variables view shows wrong line in a file (always -1 from the actual line) |
Bug |
IDEA-251433
|
Inline debugger: value renderer moves to the new line if you press enter at the end of line |
Bug |
IDEA-251309
|
Wrong soft wrapping and unnecessary scrolling while stepping in the debugger |
Bug |
IDEA-256109
|
Inline watches: No inline watches in editor if debugger variable view is not opened |
Bug |
IDEA-252062
|
Inline watches: unreadable color combination when hovering over inline watch in current line |
Cosmetics |
IDEA-252060
|
Inline watches: bottom toolbar design looks worse than in mockups |
Core. Diagrams | Bug |
IDEA-248404
|
New Module Dependencies Diagram does nothing |
Bug |
IDEA-254810
|
No tooltip for UML changes diagram action in VCS toolbar |
Core. File System | Feature |
IDEA-246515
|
Implement detecting directory case-sensitivity in refresh |
Feature |
IDEA-246514
|
Implement VirtualFIle.isCaseSensitive() |
Feature |
IDEA-240351
|
Support file system notifications for projects opened inside WSL when the IDE is running outside of WSL |
Bug |
IDEA-252955
|
Unable to load library 'e2p' in amazoncorretto docker image |
Bug |
IDEA-252892
|
"Error looking up function NtQueryInformationByName" warning is shown under Windows 8.1 |
Bug |
IDEA-253551
|
VirtualFileManagerImpl.fireAfterRefreshFinish logs ProcessCanceledException |
Core. IDE Settings | Feature |
IDEA-91565
|
Ability to create file templates with more than one file |
Feature |
IDEA-127570
|
Ability to generate file name of file templates |
Feature |
IDEA-227299
|
IDEA IDEs do not identify file types for files without extensions |
Bug |
IDEA-236885
|
Config-serialized object reference is not cleared on plugin unloading |
Bug |
IDEA-253119
|
Make Compiler errors non-modal |
Bug |
IDEA-247310
|
Changes in HashBang Patterns are not saved |
Bug |
IDEA-253051
|
Zulu: SDKMAN detected JDK doesn't include /Contents/Home on macOS failing Gradle import |
Bug |
IDEA-250776
|
Use ApplicationNamesInfo.getScriptName() instead of ApplicationNamesInfo.getProductName() when generating custom VM options file name |
Bug |
IDEA-251416
|
Ambiguous message when importing settings |
Bug |
IDEA-246581
|
How it works link on System Settings page opens Finder instead of documentation |
Bug |
IDEA-252609
|
File Templates For Multiple Files: Copy action for multi-file templates works incorrectly |
Bug |
IDEA-252607
|
File Templates For Multiple Files: on parent template deleting its children should be deleted also |
Bug |
IDEA-252606
|
File Templates For Multiple Files: on parent template rename it loses its childs |
Bug |
IDEA-242589
|
Scheme managers are leaked on plugin unload |
Bug |
IDEA-222660
|
Can't delete inspection profile |
Bug |
IDEA-250355
|
Settings are not reset after "Restore Default Settings" action |
Bug |
IDEA-237376
|
Android RenderScript file type instead of Rust one on 2020.1 |
Bug |
IDEA-244849
|
Custom font is not applied to settings element after Apply changes |
Usability |
IDEA-252538
|
Live Template cannot be deleted via the Context Menu |
Usability |
IDEA-253137
|
Can't toggle (enable/disable) certain settings with keyboard (without mouse) |
Usability |
IDEA-202548
|
Can't Export Settings when IDE settings sync is enabled |
Cosmetics |
IDEA-251495
|
Refactoring preferences wording/grammar issue: unnecessary article |
Task |
IDEA-253357
|
Search in keymap should take synonyms into account |
Task |
IDEA-253638
|
Add an API to prioritize configurables within a group in code style settings |
Exception |
IDEA-250858
|
"Import IntelliJ IDEA Settings" dialog throws error |
Core. IDE Settings. Sharing | Bug |
IDEA-254758
|
Settings repository doesn't apply pulled non-active custom keymap in case of "Merge" |
Bug |
IDEA-253846
|
Can't set up IDE settings sync |
Bug |
IDEA-181599
|
Keymap not imported settings.jar or synced in settings repository across two Webstorm instances |
Bug |
IDEA-254117
|
NPE on enabling IDE settings sync |
Bug |
IDEA-246299
|
Can't enable IDE settings sync after disabling settings repository |
Bug |
IDEA-252603
|
File | Manage IDE Settings | Export Settings: it is impossible to choose the target folder to create the exported file in via the path chooser |
Core. Indexing | Feature |
IDEA-250972
|
Shared Indexes Plugin: load more than one *.ijx file |
Feature |
IDEA-247422
|
shared stub index should be invalidated only partially when IStubFileElementType#getStubVersion updated |
Feature |
IDEA-247480
|
shared index: add FileBasedIndexExtension#needsForwardIndexWhenSharing() to metadata and filter out unsuitable shared indexes |
Bug |
IDEA-248440
|
Shared indexes are OS-specific |
Bug |
IDEA-251695
|
BindingXmlIndex is not shareable |
Bug |
IDEA-252988
|
File search does not show files, search all does |
Bug |
IDEA-247403
|
shared-indexes: commit-backed project shared index selection |
Bug |
IDEA-251831
|
Shared index for js.string.literal.words.index is always empty |
Bug |
IDEA-252771
|
shared indexes: after upgrade from older IDE build do not throw IOException if locally available shared index chunk is incompatible with the new IDE build |
Bug |
IDEA-247165
|
NPE startup error on indexing after Upgrade from 2016.1 to 2020.2 |
Performance |
IDEA-247070
|
Find Usages has become slower in 2020.2 |
Performance |
IDEA-249369
|
Add an option to choose only distinct files to generate indexes |
Performance |
IDEA-253399
|
IDEA freeze |
Usability |
IDEA-252426
|
Pre-built indexes action links are inactive in the Event Log |
Usability |
IDEA-253972
|
Project specific settings for shared indexes are configured at IDE level |
Usability |
IDEA-249128
|
Shared index configurable can be application based and shown without any open project |
Task |
IDEA-252012
|
Group indexing diagnostics per project |
Exception |
IDEA-248099
|
IndexNotReadyException when try to use indexes in one project (with finished indexing) during indexing process in another project |
Exception |
IDEA-253396
|
Shared Indexes: Failed to find path for chunk bundled-js-predefined-ffdd448c697d-de148ed368f5-JavaScript-IU-203.5046 |
Core. Installation | Feature |
IDEA-250333
|
Show comprehensible error message if user tries to start IDE under Java 8 |
Bug |
IDEA-245844
|
License server before proxy settings |
Bug |
IDEA-252826
|
Provide the correct version and description for the bundled Lombok plugin |
Bug |
IDEA-231075
|
jbr directory is not completely deleted on IDEA uninstall |
Bug |
IDEA-254674
|
Windows 10 icon path in registry typo |
Task |
IDEA-250978
|
Bundle Kotlin 1.4.10 with IntelliJ IDEA 2020.3 |
Task |
IDEA-249381
|
IDEA doesn't respect --wait option when opening file in non-project mode on macOS |
Core. Licensing | Bug |
IDEA-251482
|
I18n for license activation dialog is broken |
Bug |
IDEA-246636
|
'br' tag is wrongly shown in "Thank you for evaluating {0}. Your evaluation license expires in {1}" message |
Bug |
IDEA-245167
|
License UI should take into account "optional"-licensed plugins when displaying warnings |
Bug |
IDEA-251927
|
Strange symbol in the title of license removal dialog on Win and Linux |
Bug |
IDEA-254049
|
License source is changed after the IDE restart |
Bug |
IDEA-255311
|
Eval license for commercial plugins in EAP builds should remain the same as the one for release builds |
Bug |
IDEA-249812
|
License dialog is too wide and cannot be narrowed |
Task |
IDEA-252763
|
Remove product name from the error message in the license dialog |
Core. Navigation and Search | Feature |
IDEA-135112
|
Search for actions by synonyms |
Bug |
IDEA-246795
|
Todo View doesn't update on scope change |
Bug |
IDEA-234172
|
Enter / Exit / Toggle Distraction free mode via find action doesn't work |
Bug |
IDEA-244647
|
Rerunning a pinned search opens a new result window |
Performance |
IDEA-245035
|
Goto Implementation works very slow from a SAM method usage |
Core. Platform API | Bug |
IDEA-240279
|
Provide a way to load localized message bundle file inside JPS build process |
Bug |
IDEA-248823
|
PsiElement.contextOfType does not support the strict flag from PsiTreeUtil.getContextOfType. |
Bug |
IDEA-254534
|
2020.3 EAP SDK break from removed type params for PlaceHolder/PlaceProvider |
Usability |
IDEA-245298
|
Tooltip for StatusBarWidget is not set unless StatusBar::updateWidget is called |
Core. Plugin Management | Feature |
IDEA-247472
|
Show plugins from custom repositories on top of Marketplace search result list |
Bug |
IDEA-215935
|
"Plugins supporting *.md files found" doesn't suggest disabled plugin |
Bug |
IDEA-250738
|
Can't disable plugin for current project |
Bug |
IDEA-254484
|
No opportunity to disable plugin per project via cogwheel menu on the plugin page |
Bug |
IDEA-254176
|
Icons collision |
Bug |
IDEA-250713
|
Plugin enabled for current project has label "Enabled for all projects" and cannot be actually enabled for all projects |
Bug |
IDEA-240538
|
Theme plugin auto apply after update reseting previous settings |
Bug |
IDEA-252873
|
Plugin enabled for one project is shown as enabled\disabled for all projects if two projects are opened in a separate windows |
Bug |
IDEA-247117
|
Error updating plugin |
Bug |
IDEA-253327
|
Cannot install or view plugins |
Bug |
IDEA-244865
|
Hibernate plugin requires restart on disabling |
Bug |
IDEA-252825
|
Multiple exceptions from Lombok plugin |
Bug |
IDEA-254029
|
Issues after unloading Maven plugin by disabling it for project |
Bug |
IDEA-246822
|
Detect plugins incompatibilities before downloading IDE upgrade |
Bug |
IDEA-248037
|
Disable button disappears after resizing plugin settings window |
Bug |
IDEA-246710
|
Disabled bundled plugins are not listed in the log |
Bug |
IDEA-250726
|
LineMarkerInfo not cleared on unloading |
Bug |
IDEA-247627
|
Editor scheme is lost after updating a theme plugin if the jar name of the new version differs from the name of the old version |
Bug |
IDEA-251036
|
Actions to enable or disable for current project should not be available for plugins that can't be unloaded without restart |
Bug |
IDEA-224874
|
Frame around plugin description appears after installing theme plugin |
Bug |
IDEA-246111
|
'Plugins supporting filetype' notification shown for already-supported filetypes (IJ UE 2020.1.2) |
Bug |
IDEA-253447
|
Incompatible plugin message contains "version 'null'" |
Bug |
IDEA-252984
|
Plugin disabled for one particular project is not loaded when opening other projects |
Bug |
IDEA-252007
|
Unable to make plugin dynamic |
Usability |
IDEA-251766
|
Add Extensions as a synonym for Plugins |
Cosmetics |
IDEA-252141
|
Project icon should not be shown |
Exception |
IDEA-249972
|
IllegalArgumentException: Missing extension point: com.intellij.languageBundle in container Application (containerState=PRE_INIT) |
Exception |
IDEA-240656
|
IllegalArgumentException: Trying to access element type from unloaded plugin on Freemarker plugin disabling |
Exception |
IDEA-242828
|
NPE at com.intellij.ide.plugins.newui.MyPluginModel.removeProgress |
Exception |
IDEA-246976
|
java.lang.NoClassDefFoundError: gnu/trove/TObjectHashingStrategy |
Core. Project Settings | Feature |
IDEA-251026
|
Provide a way to update downloaded JDK to a newer version |
Bug |
IDEA-248714
|
i18n: html link in Project Structure -> Problems |
Bug |
IDEA-253040
|
IDEA does not recognise a module, but it is present in modules.xml |
Bug |
IDEA-252791
|
Facets provided by disabled plugins are saved incorrectly |
Bug |
IDEA-245615
|
Artifact build ignores specified manifest |
Bug |
IDEA-253586
|
Class is not registered: com.intellij.workspaceModel.storage.bridgeEntities.LibraryRoot |
Bug |
IDEA-246621
|
Cannot import project with iml file |
Bug |
IDEA-246772
|
Module already exists error on cloning project with new project model. |
Bug |
IDEA-250999
|
Gradle project import: ISE: "ServiceManager.getServic…rkspaceModel::class.java) must not be null" at WorkspaceModel$Companion.getInstance() |
Bug |
IDEA-253515
|
"Invalidate and restart" action deletes content of .idea/libraries directory in projects which use Gradle if Android plugin is enabled |
Bug |
IDEA-252907
|
UI Freeze at Space project reimport |
Bug |
IDEA-252425
|
Eclipse project fails to open since EAP 2 of v2020.3 |
Bug |
IDEA-248546
|
Cannot open the attached project, java.lang.RuntimeException: org.jdom.JDOMException: ParseError at [row,col]:[1,1] |
Bug |
IDEA-247042
|
Maven project imported with 'store project files externally' ON can't be built |
Bug |
IDEA-251779
|
Newly created JARs are shown as invalid in IDE until project is reopened |
Bug |
IDEA-246731
|
If missing JDK is installed it isn't recognized until the project is reopened |
Bug |
IDEA-222480
|
IDEA hangs on startup while initializing ProjectJdkTable |
Bug |
IDEA-250171
|
Explicitly assigned module groups are lost after opening project |
Bug |
IDEA-254157
|
Sometimes VfsUtilCore.copyFile adds an extra bom to the new file |
Bug |
IDEA-250878
|
Apply button is enabled without any modifications |
Bug |
IDEA-252237
|
Cannot download JDK after enabling Wifi |
Performance |
IDEA-245991
|
UI freeze in RootsChangeWatcher after changing many project configuration files |
Usability |
IDEA-251967
|
JDK download dialog: show only major version |
Usability |
IDEA-240999
|
Suggest to automatically download JDK when "Build Project" action is invoked |
Exception |
IDEA-244663
|
PAEE at com.intellij.workspaceModel.storage.impl.WorkspaceEntityStorageBuilderImpl.addEntity |
Exception |
IDEA-253589
|
NoSuchFileException while getting module file |
Exception |
IDEA-246874
|
ArrayIndexOutOfBoundsException may be thrown in FacetEventsPublisher |
Exception |
IDEA-246786
|
Module-level libraries in unloaded modules lead to exception on opening project |
Exception |
IDEA-189132
|
Throwable at com.intellij.openapi.roots.ui.configuration.ModulesConfigurator.getOrCreateModuleEditor |
Exception |
IDEA-253686
|
It's not possible to create a new project at location which was used for another project |
Core. Quick Documentation | Bug |
IDEA-253284
|
"Show on mouse move" is shown as a button with unknown icon in Documentation tool window |
Usability |
IDEA-170168
|
Show method quick doc on modifiers |
Core. Refactorings | Bug |
IDEA-248815
|
Can't Refactor Rename Java Variable in IntelliJ IDEA When There Are Code and String Occurrences to a Combined Number Over 200 |
Bug |
IDEA-240885
|
fileType extension couldn't be unload after file rename |
Bug |
IDEA-227176
|
Can't refactor a certain project |
Bug |
IDEA-245589
|
Broken compatibility between IntelliJ IDEA 2020.2 and Kotlin plugin 1.3.72 202: NoSuchMethodError at org.jetbrains.kotlin.idea.refactoring.suggested.KotlinSuggestedRefactoringUI.extractNewParameterData
|
Bug |
IDEA-246628
|
VariableInplaceRenameHandler: misleading method contract |
Performance |
IDEA-251661
|
Introduce Parameter runs expensive search in EDT with no progress |
Core. Run. Configurations | Feature |
IDEA-233404
|
Jdk Auto should check run configurations |
Feature |
IDEA-65915
|
Allow to store Run Configuration Templates as files to be able to share them through VCS |
Bug |
IDEA-245965
|
Default JRE for modules which use module-specific JDK is shown incorrectly in new UI |
Bug |
IDEA-254136
|
[new run config UI] mnemonics for "command line fields" don't work |
Bug |
IDEA-250341
|
[new run config UI] Different fonts in the UI |
Bug |
IDEA-245100
|
RunManagerImpl.workspaceSchemeManager leaks references to run configurations from unloaded plugins |
Bug |
IDEA-248997
|
Can't exclude classes/packages from coverage in Run configurations |
Bug |
IDEA-247392
|
[new run config UI] Shortcuts are duplicated in the hints |
Bug |
IDEA-247287
|
[new run config ui] not an editor font in the fields |
Bug |
IDEA-253893
|
Unable to specify tags for JUnit5 tests |
Bug |
IDEA-248113
|
Run/Debug Configuration window is black in nightly |
Bug |
IDEA-246862
|
[new run configs UI] with enlarged font the Main class field looks unreadable |
Bug |
IDEA-252570
|
Unnamed run configuration is created when you choose to store a template in the project directory |
Bug |
IDEA-250318
|
Unable to run/debug existing test in dumb mode |
Bug |
IDEA-248180
|
Renamed JDKs are shown without names in the Run configurations JDK dropdown |
Bug |
IDEA-247288
|
[new run config UI] expand field option is broken |
Bug |
IDEA-255011
|
[new run config UI] hint on hover for JDK field is shown only if it has focus |
Bug |
IDEA-249997
|
[new run config UI] Form broken when code coverage options are added |
Bug |
IDEA-239627
|
Macros `$MODULE_WORKING_DIR$` and/or `$MODULE_DIR$` are missing |
Bug |
IDEA-254134
|
[new run config UI] in Before Launch section it's impossible to add several tasks of the same type |
Bug |
IDEA-251823
|
@argfile shortening method isn't available in run configuration templates |
Bug |
IDEA-247956
|
Don't pass DESKTOP_STARTUP_ID environment variable to launched processes on Linux |
Bug |
IDEA-252039
|
Search in the create new run configuration dialog is not working |
Bug |
IDEA-253816
|
[new run config UI] "Build" Before Launch disappears after modifying the Run Configuration |
Usability |
IDEA-249925
|
[new run config UI] Fields appear 'below the fold', without indication that the user could scroll down |
Usability |
IDEA-245305
|
[new run config UI] Make hotkey for 'Manage Options' more visible |
Usability |
IDEA-196499
|
Run Configurations not viewable while indexing |
Usability |
IDEA-246287
|
[new run config UI] Improve clarity around non-configured options |
Usability |
IDEA-250342
|
[new run config UI] Add a way to edit run configuration from the run/debug tool window |
Usability |
IDEA-245875
|
[new run config UI] Option tags are confusing to users |
Cosmetics |
IDEA-249664
|
"Add Before Launch Task" popup title should be "Add New Task" instead of "Add New Configuration" |
Cosmetics |
IDEA-245398
|
[new run config UI] improve JDK field displaying |
Cosmetics |
IDEA-247760
|
[new run config UI] Replace '+' icon with the dialog icon for adding macros |
Cosmetics |
IDEA-249103
|
[new run config UI] Try new more rounded tags form |
Task |
IDEA-249170
|
[new run config UI] Please change the 'Edit <run config>' context menu item |
Core. Run. External Tools | Bug |
IDEA-239635
|
[Settings Keymap] when searching for some action, External Tools are always shown |
Exception |
IDEA-244452
|
NPE in Remote SSH External Tools plugin when cancel choosing of tool |
Core. Run. Targets | Feature |
IDEA-252733
|
In case of failure of preparation run configuration should not proceed to execution |
Feature |
IDEA-251763
|
Provide browsers from browsable targets to run configurations |
Feature |
IDEA-251764
|
Make target preparation output discoverable by user |
Bug |
IDEA-252759
|
Run Targets. Docker. It doesn't work on winOS because of the invalid paths |
Bug |
IDEA-248360
|
Adding new target in Manage targets dialog should launch wizard |
Bug |
IDEA-255092
|
Run Targets. Docker. java.lang.IllegalAccessError: class com.intellij.docker.remote.run.target.configuration.wizard.DockerTargetTerminalStepBase at attempt to create/rebuild docker run target |
Bug |
IDEA-253377
|
Run Targets: RSync for SSH target not detected in case windows-linux or wsl-linux |
Bug |
IDEA-252405
|
Run Targets: Can't configure maven home for docker run target |
Bug |
IDEA-252969
|
Run Targets. Spring Boot. Provide the correct port in the Services view by running on docker targets |
Bug |
IDEA-253151
|
Exception when uploading file to SSH run target |
Bug |
IDEA-252666
|
Run Targets: Do not copy imageTag, JDK fields from pool to build tab for docker run target configuration |
Bug |
IDEA-253810
|
Run targets. Docker. Creation via Settings: it doesn't take the set "language runtime" and doesn't run container introspection |
Bug |
IDEA-253362
|
Run Targets. Docker. Add validation for "Run options" field as it for Docker run configs |
Bug |
IDEA-252976
|
Run Targets: application folder field in SSH target is cleared every time target reopened |
Bug |
IDEA-253369
|
Run Targets. Docker. Build args are ignored. |
Bug |
IDEA-226641
|
[run.targets] Java LR doesn't detect version with a built image |
Bug |
IDEA-253711
|
Run Targets: SSH: attempt to run JUnit 5 run configuration fails on attempt to copy files |
Bug |
IDEA-253624
|
Run Targets: SSH: the files are copied before the project is built. As a result the application runs without the last changes always (or fails in case of missing local build results) |
Bug |
IDEA-255755
|
Run configuration never ends after exception on target preparation |
Bug |
IDEA-253152
|
Uploading files to a run target should exclude ignored files |
Bug |
IDEA-253321
|
Run Targets. Changes in the chosen Dockefile should be saved before running build/pull process |
Bug |
IDEA-248370
|
Show an error when no runtime is configured |
Bug |
IDEA-252404
|
Run Targets: Hide run on list before wizard |
Bug |
IDEA-253345
|
Run Targets. Docker. Errors by "Rebuild" the same Dockerfile |
Bug |
IDEA-237866
|
[run.targets] Unable to find image after pulling an image without a tag |
Bug |
IDEA-253428
|
SSH Target: after failure with upload IDE still tries to upload something |
Bug |
IDEA-251276
|
"Generate" button next to "Temporary files root" does nothing |
Bug |
IDEA-253753
|
Run Targets: Turn off run targets functionality for the sub-run-configs of Application |
Bug |
IDEA-253090
|
Run Targets: Get Maven exception after choosing several targets in maven configuration |
Bug |
IDEA-253082
|
Run Targets: Get AWT-EventQueue exception on run java app with SSH target |
Bug |
IDEA-253695
|
Run Targets: rsync test connection asks for ssh server password, but it is provided |
Bug |
IDEA-253343
|
Run Targets. Run configs: the newly created run target is not selected in the Run Configuration dialog |
Bug |
IDEA-253797
|
Docker. Run Targets. Copy a docker target action creates a new target without a name and doesn't copy language values |
Bug |
IDEA-253330
|
Run Targets. Docker. Run targets creation works wrong because 'Runtime language' step is absent during the target creation. |
Bug |
IDEA-254846
|
Run Targets. Go language runtime: version is always empty after restart |
Usability |
IDEA-253269
|
Run Targets: SSH: add possibility to select the jdk home path using the path chooser |
Usability |
IDEA-253620
|
Run Targets. Docker. Improve target creation via Settings |
Usability |
IDEA-253274
|
Run Targets: SSH: provide possibility to select the Maven home path on the remote machine using the path chooser |
Usability |
IDEA-253334
|
Run Targets. RunConfigs->Manage targets. Add Apply button. |
Usability |
IDEA-253023
|
Run Targets. Docker. Provide possibility to re-detect field values(java home stc) for the changed run target |
Cosmetics |
IDEA-252469
|
Run Targets: Adjust add language runtime section beneath Advanced Volume Settings |
Cosmetics |
IDEA-254006
|
Run Targets. Docker. Create via Settings: the 3d step name is present only as `3/3.` instead of `3/3. Configure Java` |
Cosmetics |
IDEA-253693
|
Run Targets: rsync connected message not visible in dark theme |
Task |
IDEA-252711
|
Run Targets: targets should be project-level |
Core. SSH | Bug |
IDEA-253287
|
SSH password requests are not cancellable. |
Bug |
IDEA-254121
|
AWS generates ssh without passphrase but IDE asks for it |
Bug |
IDEA-252300
|
Entered SSH passphrase isn't applied for deployment configuration |
Bug |
IDEA-253595
|
When auth type is not openssh+agent, preferred authentications should be updated. |
Bug |
IDEA-253288
|
If ssh password request is shown as a balloon, it can't be shown as a modal window. |
Bug |
IDEA-252356
|
Ide freezes on attemp to use ssh remote tool without entered passphrase |
Usability |
IDEA-224618
|
Prompt for SSH Password |
Editor | Feature |
IDEA-245762
|
Show empty boxes for newer emojis if the installed emoji font doesn't contain these |
Feature |
IDEA-237297
|
LightEdit: Opening a file that does not exist should create a blank editor |
Feature |
IDEA-252707
|
Soft wrap in lightedit |
Bug |
IDEA-245580
|
Light Edit Mode: getCurrentTextEditor and getCurrentFileEditor methods of StatusBarUtil return null |
Bug |
IDEA-237793
|
LightEdit: disable "Select Opened File" in "Save As" dialog for a new file |
Bug |
IDEA-246113
|
LightEdit: exception while trying to change file encoding |
Bug |
IDEA-251353
|
Inspection widget is shown in reader mode though it is switched off in settings |
Bug |
IDEA-237927
|
Wrong icons for Java class in Editor tabs |
Bug |
IDEA-238700
|
Code vision: "Implementations" sounds odd in case of classes inheritance |
Bug |
IDEA-251566
|
Status bar notification: switching between dark/light scheme doesn't refresh tooltip font color |
Bug |
IDEA-232371
|
Dialog to save files doesn't appear when pressing Cmd + S for a new created file |
Bug |
IDEA-251567
|
Status bar notification: gear icon in Recent Project popup |
Bug |
IDEA-248469
|
Sometimes "Cut up to Line End" grabs only a line separator without the line itself |
Bug |
IDEA-251637
|
Wrong parameter info position in injected fragment |
Bug |
IDEA-250265
|
NullPointerException when trying to invoke intention actions for .md files |
Bug |
IDEA-246372
|
No documentation found in quickDoc |
Bug |
IDEA-252166
|
"Reader Mode" toggler is shown in editor, though the "Show reader mode toggle in the editor" is unchecked in settings |
Bug |
IDEA-246047
|
Reader Mode shouldn't be available in Previews |
Bug |
IDEA-238020
|
LightEdit: order of recent files in popup differs from file order in main menu |
Bug |
IDEA-247921
|
FileAssociationException when trying to add file types association |
Bug |
IDEA-253165
|
--edit command-line option is ignored in case build.gradle/pom.xml |
Bug |
IDEA-253454
|
"More about the LightEdit mode" link should open help page for current IDE |
Bug |
IDEA-253601
|
Bad live-template position near the inlay element. |
Bug |
IDEA-231946
|
LightEdit: Project menu is shown instead of LightEdit mode menu on Win 10 |
Bug |
IDEA-253120
|
Reader mode shouldn't affect inspect.sh |
Bug |
IDEA-246399
|
Quick doc pane is opened when clicking external links in rendered Doc |
Bug |
IDEA-251431
|
"Reader mode" toggle is shown in Editor Preview, but takes no effect |
Bug |
IDEA-247170
|
LightEdit: files with the same name are displayed without a path in File | Open Recent |
Bug |
IDEA-237080
|
Light Edit: "Window" menu is missing (macOS) |
Bug |
IDEA-249382
|
IDEA doesn't respect --wait option when opening non-existing file |
Bug |
IDEA-250312
|
Scroll to Center action doesn't work if "refrain from scrolling" is programmatically set |
Bug |
IDEA-250262
|
Unable to open file from Light Editor when file extension isn't specified in list to open |
Bug |
IDEA-245320
|
Folded code preview doesn't show the last line |
Usability |
IDEA-236857
|
Close Welcome screen when light editor is opened |
Usability |
IDEA-248254
|
Add status bar notification about the LightEdit mode |
Usability |
IDEA-253084
|
Reader Mode very surprising the first time you see it |
Usability |
IDEA-251392
|
"Go to declaration" in combination with mouse button causes editor selection |
Cosmetics |
IDEA-233516
|
LightEdit: Don't suggest to save an empty file, don't show changed status |
Cosmetics |
IDEA-238010
|
LightEdit: underscore is overlapped by the following characters in recent files list |
Cosmetics |
IDEA-248692
|
Make line numbers and annotation text of wrapped lines stick to top on scrolling |
Task |
IDEA-234009
|
Restore Light Edit session |
Task |
IDEA-236909
|
LightEdit: Add "Reload File from Disk" option |
Task |
IDEA-233497
|
LightEdit: Enable "Find Actions" |
Task |
IDEA-252281
|
Add "-e" ("--edit") command line option to open files in LightEdit mode |
Editor. Code Completion | Feature |
IDEA-124283
|
Add new function methodParametersTypes() to Template Variables |
Bug |
IDEA-242758
|
IntelliSense/Code Completion for EditorConfig doesn't propose "unset" as a possible value |
Bug |
IDEA-249709
|
Parameter Info shortcut does not work when the completion popup is displayed |
Usability |
IDEA-167114
|
Parameter info looks obsolete functionality into lookup(at least for Java) |
Cosmetics |
IDEA-196835
|
Different font used in code completion list for Korean |
Editor. Code Completion. ML | Feature |
IDEA-251876
|
Add types/names similar features and TS/JS |
Editor. Color Schemes | Task |
IDEA-249851
|
Internationalise color scheme names |
Editor. Diff and Merge | Bug |
IDEA-193373
|
Diff in Commit Changes: cannot resize TTF preview below some limit |
Bug |
IDEA-253069
|
Font ligature settings are being ignored |
Usability |
IDEA-246407
|
Revert button icon |
Usability |
IDEA-250957
|
Confusing terminology in diff view: "Highlight symbols" |
Usability |
IDEA-236763
|
Close diff editor tab if there are no changes after commit |
Editor. Editing Text | Feature |
IDEA-80498
|
Action to transpose characters |
Feature |
IDEA-73585
|
drag and drop editor tabs to split vertically / split horizontally |
Bug |
IDEA-251157
|
Commenting annotation right after rendered doc comment comments the doc block instead |
Bug |
IDEA-251793
|
After Ctl-Y, the display is positioned wrong |
Bug |
IDEA-247039
|
Add Carets to Ends of Selected Lines adds the caret in the middle of a line of the caret is there |
Bug |
IDEA-247210
|
PyCharm overwrites the mouse-highlight clipboard when I backspace an indentation |
Bug |
IDEA-251279
|
Matching brace popup does not honor Background in readonly files setting |
Performance |
IDEA-244429
|
18K occurences, Select all occurrences, typing is slow |
Usability |
IDEA-248168
|
Make Parameter Info work during indexing |
Usability |
IDEA-244142
|
Make double-click and drag text selection treat every symbol as separate word |
Task |
IDEA-253903
|
Optimize Copy/Paste processors |
Editor. Error Highlighting | Bug |
IDEA-246273
|
Highlight Usages action shows incorrect usage counter |
Bug |
IDEA-250725
|
Editor leaks HighlightInfos |
Usability |
IDEA-249640
|
Inspection widget does not indicate when the highlighting level is set to Syntax |
Usability |
IDEA-243927
|
Bad code green: enum constant without argument list |
Editor. Formatter | Feature |
IDEA-119281
|
Add option to remove blank lines at end of file on Save |
Bug |
IDEA-215770
|
EditorConfig: ij_visual_guides option appears in the created .editorconfig only if it is enabled in settings |
Bug |
IDEA-225147
|
NPE when trying to reformat code with specific wrapping settings |
Task |
IDEA-244626
|
Some HTML Code Style options don't appear in generated .editorconfig when these settings are empty |
Editor. Intention Actions | Bug |
IDEA-252083
|
Intention settings tree is not sorted alphabetically |
Cosmetics |
IDEA-249522
|
Flip arguments around comma should warn about semantic changes |
Exception |
IDEA-248085
|
IOE at com.intellij.openapi.util.ObjectTree.register |
Lang. JSON | Usability |
IDEA-241855
|
schemastore.org schemas drop-down should be using the names and not the url suffix |
Lang. Markdown | Feature |
IDEA-213096
|
Support auto-scroll using a mouse wheel for the 'Markdown Support' plugin |
Feature |
IDEA-213051
|
Add an action to comment a text |
Feature |
IDEA-213097
|
Add Support for Rendering of Mermaid.js in Markdown Preview |
Bug |
IDEA-220392
|
Markdown hard line wrap inserting whitespace at beginning of new line |
Bug |
IDEA-216229
|
Markdown plugin should obey line length |
Bug |
IDEA-244546
|
Error on completion in code blocks |
Bug |
IDEA-210173
|
Support color themes for Markdown plugin |
Bug |
IDEA-220660
|
Markdown: Shell script highlighting for 'bash' or 'sh' |
Bug |
IDEA-244817
|
Shell script is not highlighted in preview of Markdown |
Task |
IDEA-243531
|
Support reformatting for Markdown |
Lang. RegExp | Feature |
IDEA-243794
|
Highlight matched groups in RegExp tester |
Feature |
IDEA-96093
|
highlight string matching portion when checking regexes |
Bug |
IDEA-241270
|
Regexp false position inspection in ternary expression |
Lang. Shell Script | Feature |
IDEA-226750
|
Update shellcheck to latest (currently 0.7) |
Feature |
IDEA-247440
|
Feature request: Make Shell configurations execute in the Run window like BashSupport |
Feature |
IDEA-245850
|
"Shell Script" run/debug configuration provides no easy way to set environment variables |
Bug |
IDEA-252035
|
Run gutter doesn't work for shebang files |
Bug |
IDEA-243154
|
Shell: Find usages broken with latest 2020.2 EAP |
Bug |
IDEA-243118
|
Broken syntax highlighting: backslash escaped quotation marks |
Bug |
IDEA-244312
|
Shell: test command breaks highlighting |
Usability |
IDEA-251075
|
Shell script configurations always make "Terminal" panel take focus, no option to run in the background |
Usability |
IDEA-238259
|
Shell script support does not recognize executable files with shebang |
Task |
IDEA-216508
|
[Shell Script] Provide folding |
Lang. XML | Task |
IDEA-248591
|
i18n: internationalize XML and HTML support |
Exception |
IDEA-236167
|
XmlTag#getSubTags is not idempotent |
Lang. YAML | Bug |
IDEA-248058
|
Microservices: Incorrect HTTP URL injected to YAML value |
Tools. Docker | Feature |
IDEA-186648
|
Enable custom code folding regions for docker and docker-compose files. |
Bug |
IDEA-243967
|
Docker: images completion doesn't work |
Bug |
IDEA-255268
|
Docker. Impossible to re-call the closed Attached console |
Bug |
IDEA-222853
|
PROJECT_DIR macro does not seem to work for bind mounts |
Bug |
IDEA-250366
|
i18n Docker and Clouds |
Bug |
IDEA-253996
|
Docker target has two identical Java language runtimes neither of which can be removed |
Usability |
IDEA-220014
|
Docker: Terminal, Attached console: provide info if it is disconnected |
Usability |
IDEA-253992
|
Dockerfile selector in Docker run target settings editor should default to the project home directory |
Tools. HTTP Client | Feature |
IDEA-246759
|
API for 'indexing' HTTP Client scratches |
Feature |
IDEA-239332
|
HTTP Client: Provide completion for 'application/yaml' Content-Type |
Feature |
IDEA-143889
|
REST Client Needs Export as Curl Option |
Bug |
IDEA-251964
|
HTTP Client: actions for unsubstituted variable value adding don't work with localized application |
Bug |
IDEA-251828
|
HttpClient: Get java.lang.Throwable: Write-unsafe context! exception in httpClient tab in endpoints view after failed request |
Bug |
IDEA-246989
|
HttpClient: After change env name in scratches, it not changes in http client right away |
Bug |
IDEA-244972
|
HTTP Client not handled POST redirect automatically |
Bug |
IDEA-251829
|
HttpClient: variables from completion inserted into request with single { |
Bug |
IDEA-253282
|
HttpClient: Changes in rest client xml file not taking into account for convert to new http client action |
Bug |
IDEA-252202
|
HttpClient: Submit request from endpoints view change PSI directory structure |
Bug |
IDEA-255209
|
HttpClient: after changing color scheme some elements of httpclient in endpoints view tab became in previous color |
Bug |
IDEA-250246
|
HTTP Client: cookies from legacy requests are not converted into the new http client |
Bug |
IDEA-239351
|
Unable to use environment for http scratch |
Bug |
IDEA-239250
|
REST Client exception with Content-Length header |
Usability |
IDEA-252564
|
HTTP Client: improvements for HTTP Client tab in Endpoints |
Usability |
IDEA-187044
|
REST client uses 12-hours clock instead of 24-hours |
Usability |
IDEA-247296
|
Ability to Run (new) Http Client from the "Find Action" |
Usability |
IDEA-252424
|
Headers completion shows already typed text as the top suggestion |
Task |
IDEA-239388
|
Provide action to convert legacy HTTP Client files to the new format |
Task |
IDEA-239387
|
Test RESTfull Web Services action must create new HTTP Client file |
Task |
IDEA-247690
|
RestClient internationalization |
Exception |
IDEA-249112
|
java.lang.IllegalArgumentException at "Generate HTTP request" action |
Exception |
IDEA-249122
|
IAE at com.intellij.codeInsight.highlighting.BackgroundHighlighter.$$$reportNull$$$0 |
Tools. Terminal | Bug |
IDEA-118877
|
Terminal: not able to rename tab in Editor |
Bug |
IDEA-182470
|
terminal ignores $ZDOTDIT/.zshrc |
Bug |
IDEA-239094
|
incorrect terminal line heigth/spacing |
Bug |
IDEA-174688
|
Nested zsh in terminal does not load variables and functions from "$HOME/.zshenv" |
Bug |
IDEA-176888
|
IDE drops "/usr/local/bin" from PATH in built-in terminal if zsh is used |
Bug |
IDEA-236794
|
Cannot open terminal in Linux on ARM |
Bug |
IDEA-233949
|
Possibility to change terminal's "Clear Buffer" action keyboard shortcut |
Bug |
IDEA-208328
|
CTRL-C in terminal does not work in IDEA JDK 11 but works fine on IDEA JDK 8 (Mac) |
Bug |
IDEA-182846
|
Idea sets empty ZDOTDIR env var |
Bug |
IDEA-170763
|
Some special characters cannot be typed in IDE terminal |
Bug |
IDEA-245745
|
Windows: select on terminal show warn message `System clipboard is unavailable` |
Bug |
IDEA-250490
|
Moving tool window terminal tab to editor shows confirmation dialog about closing it |
Bug |
IDEA-245380
|
Zsh startup files are read in the wrong order and counter to rcs and global_rcs options |
Bug |
IDEA-233196
|
IDE fails to activate venv when it has spaces in its path and ZSH is used |
Bug |
IDEA-201379
|
Line spacing for console font has no effect in Terminal |
Usability |
IDEA-180370
|
Darcula default terminal colors |
Usability |
IDEA-199122
|
Custom shortcuts do not work in Terminal |
Usability |
IDEA-129396
|
Terminal should scroll 3 lines per step |
User Interface | Feature |
IDEA-238804
|
Color Picker in Editor - missing pre 2020.1 features |
Feature |
IDEA-164238
|
Provide an easier way to clear the status bar |
Feature |
IDEA-242373
|
Implement notification for breakpoint hit action |
Feature |
IDEA-127464
|
Editor Tabs options: Keep pinned tabs on top left of tab bar. |
Feature |
IDEA-123086
|
Show pinned tabs in a separate row |
Bug |
IDEA-254999
|
The splash screens are kept in caches and thus the obsolete splash screen is shown on startup |
Bug |
IDEA-252804
|
cannot resize debug tool window when event log is opened next to it |
Bug |
IDEA-243700
|
"Select Open File" in "Project" View does not scroll correctly with external libraries |
Bug |
IDEA-247600
|
Missing additional actions on Welcome Screen |
Bug |
IDEA-250976
|
Strange boxes in new menu during inplace rename |
Bug |
IDEA-229319
|
`Command + ~` doesn't work if non-focused popup is active |
Bug |
IDEA-251961
|
Rename "Find in Path" to "Find in Files" in Notifications settings |
Bug |
IDEA-249212
|
GoLand new project wizard: title of new project window was changed from `New Project` to `New Project...` |
Bug |
IDEA-253824
|
"Got it" popup shadow does not move with the popup after Analyzing is completed |
Bug |
IDEA-186748
|
Debug toolbar doesn't stay hidden |
Bug |
IDEA-252270
|
Reader mode flag is stored in a shared project file |
Bug |
IDEA-251234
|
Plugin page doesn't fully reflect to theme changing |
Bug |
IDEA-250138
|
Wrong icon in confirmation dialogs on macOS |
Bug |
IDEA-254085
|
Splitting tabs by drag-and-drop in detached window sends tab to project frame |
Bug |
IDEA-252678
|
Project Structure dialog: empty text for problems is shown |
Bug |
IDEA-252805
|
Can not resize variables in debug tool window |
Bug |
IDEA-253367
|
Tool Windows in window mode don't raise when invoked in 203 IDEA |
Bug |
IDEA-253839
|
Big Sur: Custom alerts are invoked instead of native |
Bug |
IDEA-248756
|
Drag and drop doesn't work with new Welcome Screen |
Bug |
IDEA-247257
|
Low-resolution taskbar icon on Windows |
Bug |
IDEA-251732
|
Table: "Highlight line on hover" should not highlight lines after the mouse was moved out of table |
Bug |
IDEA-249229
|
New welcome screen: the bottom part of `New project` tab isn't changed after changing the theme (WebStorm) |
Bug |
IDEA-248925
|
Cyclic scrolling through items is unavailable if there's a last disabled item |
Bug |
IDEA-251477
|
SearchEverywhere: modules are cropped |
Bug |
IDEA-251534
|
Can't close tabs or open new files from the project view with the mouse after closing the first split editor |
Bug |
IDEA-250690
|
"Close button position" setting is not applied |
Bug |
IDEA-249801
|
Darcula theme is not applied when if "Sync with OS" option is selected while macOS theme is dark |
Bug |
IDEA-223082
|
Toggling distraction free mode continuously increases size of bottom tool panel until it eclipses editor |
Bug |
IDEA-246207
|
"Clear Event Log" action is disabled after running a test |
Bug |
IDEA-251030
|
Icons are not shown in Database toolwindow popup menu |
Bug |
IDEA-252457
|
Search Everywhere: Hint from Actions tab is shown on other tabs after switching from Actions to another tab |
Bug |
IDEA-198032
|
Can't evaluate a product when using unusual email domain |
Bug |
IDEA-252217
|
Drag and drop doesn't work with new Welcome Screen |
Bug |
IDEA-252453
|
Search Everywhere: Filters are not applied on All tab |
Bug |
IDEA-253038
|
Disable fractional metrics on non-retina monitor |
Bug |
IDEA-251734
|
Bulb button stays above the Problems view after switching to "Project Errors" |
Bug |
IDEA-253033
|
Toolbar is presented twice in the View menu |
Bug |
IDEA-253643
|
Dialogs are too small so the content is collapsed |
Bug |
IDEA-251727
|
"Open in split tab" action is available for directories |
Bug |
IDEA-254732
|
Pinned service view tab looks the same way as non-pinned tab |
Bug |
IDEA-246442
|
Incorrect symbol for drop down list |
Bug |
IDEA-255252
|
Exception on drag-and-drop What's new tab |
Bug |
IDEA-246421
|
New Color Picker: make the hex field focused by default |
Bug |
IDEA-236415
|
"Show memory indicator" toggle doesn't work anymore |
Bug |
IDEA-252511
|
Split button is broken in Push dialog |
Bug |
IDEA-189795
|
Find Action: Doesn't consider dynamic text |
Bug |
IDEA-252781
|
Window titles are light in Darcula, when reopening IDEA with 2 projects |
Bug |
IDEA-253703
|
Pinned tab does not become unpinned after drag-and-drop to the position before the last tab |
Bug |
IDEA-243695
|
Load context: context isn't restoring editor tabs on a second monitor/display |
Bug |
IDEA-253012
|
"Show hidden tabs" button remains on tab panel if tabs are shown in multiple rows |
Bug |
IDEA-246624
|
Table header expands awkwardly |
Bug |
IDEA-253297
|
Missing action group icon in popup menu in 2020.3 EAP |
Bug |
IDEA-252868
|
IconLoader without caching fails to find icons |
Bug |
IDEA-248447
|
Keyboard shortcuts don't work when Russian keyboard layout is active |
Bug |
IDEA-254608
|
Reader mode should be disabled for library files or at least important functionality like gutter icons should work |
Bug |
IDEA-249821
|
"Copy File Name" action doesn't include part after the last dot |
Bug |
IDEA-253036
|
Tab splitted by drag-and-drop becomes pinned if it was located next to pinned tab |
Bug |
IDEA-252882
|
Console scrollbar is not updated on a theme change |
Bug |
IDEA-237643
|
Add hints to options tooltips in Find |
Bug |
IDEA-251355
|
StackOverFlowError when clicking a link in "Updates" dialog in master |
Bug |
IDEA-250834
|
No "View Mode" group in tool window menu |
Bug |
IDEA-253263
|
Shift+Enter opens several splitted tabs if invoked from Recent Files |
Bug |
IDEA-238806
|
Project grouping messes up mounted projects |
Bug |
IDEA-241815
|
Duplicated "New" items in Find Action |
Bug |
IDEA-252261
|
Search Everywhere: Empty line in Filter list |
Bug |
IDEA-247601
|
New project button doesn't work |
Bug |
IDEA-244086
|
macOS native menu is misaligned |
Bug |
IDEA-255350
|
Tab highlighting appears on tab pane when splitting tabs with drag-and-drop |
Bug |
IDEA-246622
|
CSS styles do not update after theme switch |
Bug |
IDEA-252557
|
Library editor in Project Structure dialog shows internal class names |
Bug |
IDEA-251719
|
Several tabs are not opened in right split with Shift+Enter |
Bug |
IDEA-134723
|
Column alignment incorrect in 'distraction free mode' when using split editor |
Usability |
IDEA-242906
|
Better representation for long inspection description. |
Usability |
IDEA-252995
|
Hint for "pin" icon of pinned tab is misleading |
Usability |
IDEA-251809
|
Extend search field in Keymap settings |
Usability |
IDEA-254748
|
Enable preview tab doesn't work if Open file with single click is unchecked |
Usability |
IDEA-209250
|
Cannot open file in detached window via Project View |
Usability |
IDEA-248766
|
New Welcome Screen: It's hard to see current IDE version |
Usability |
IDEA-153814
|
Horizontal scrolling is accidentally applied when scrolling vertically with touchpad |
Usability |
IDEA-230715
|
Double click in treeview shouldn't expand / collapse the node |
Usability |
IDEA-113402
|
Detach editor feature is undiscoverable |
Usability |
IDEA-251941
|
Rename "Remove Selected from Welcome Screen" action in Recent Project popup |
Usability |
IDEA-222531
|
Services - option to always open in new tab |
Usability |
IDEA-237473
|
It's not clear that `Check for updates` does nothing in case of using Toolbox |
Usability |
IDEA-255581
|
Popup submenu behavior |
Usability |
IDEA-252653
|
Pinned tabs too narrow |
Usability |
IDEA-247948
|
Error dialog "Running tests is disabled during index update" has no title |
Usability |
IDEA-244580
|
Change name of closing tabs options to match Google Chrome, Firefox and Safari |
Usability |
IDEA-246526
|
Find action: show Reformat code on top of the list when typing `Format code` / add synonym |
Usability |
IDEA-195188
|
Open folder with project in Explorer from Welcome to IntelliJ IDEA window |
Usability |
IDEA-246946
|
Visual indication on changing IDE font size is missing |
Usability |
IDEA-108043
|
Action "Reopen last closed tab" fails with no open tabs |
Usability |
IDEA-233887
|
Is hex format in color picker valid? |
Usability |
IDEA-55988
|
Trees (Project view): successive node selection shifts horizontal scrollbar on every selection change that is quite annoying |
Usability |
IDEA-246635
|
Custom UI theme keys are missing for occurrence filenames in Find in Path |
Usability |
IDEA-219212
|
Option to disable merging main menu into window title |
Usability |
IDEA-246224
|
Text of "Pre-built Maven shared indexes" notification is unclear |
Usability |
IDEA-251428
|
[Problems View panel] Mnemonic digit '6' to the left of the panel name always confuses me |
Usability |
IDEA-251372
|
Download Library dialog size is too small and could be easily increased |
Usability |
IDEA-247607
|
All settings are not equal to settings for new project (only application-level settings are shown) |
Cosmetics |
IDEA-248490
|
Status line and menu - different row/:column separator shown |
Cosmetics |
IDEA-251281
|
small (unscaled?) splash screen for 2020.3 running on Windows 7 with 150% desktop scaling |
Cosmetics |
IDEA-251743
|
New Project template description has html tags unprocessed |
Cosmetics |
IDEA-246463
|
Newer IDE versions may... not fully shown |
Cosmetics |
IDEA-254135
|
Fix appearance of the dragged files/tab |
Cosmetics |
IDEA-250519
|
grammatical & typographic errors in notification |
Exception |
IDEA-252980
|
Search everywhere: Somtimes IllegalArgumentException occurs when switching from Classes to Files tab |
Exception |
IDEA-249795
|
Exception after selecting "Sync with OS" for the first time after start |
Exception |
IDEA-254377
|
ISE at com.intellij.ui.popup.AbstractPopup.$$$reportNull$$$0 |
Exception |
IDEA-252974
|
Search Everywhere: IllegalStateException when searching in Symbols |
User Interface. Accessibility | Bug |
IDEA-250871
|
Class import menu items are not spoken |
Bug |
IDEA-250268
|
Exception on loading Settings when NVDA screen reader is launched |
Bug |
IDEA-253338
|
"Show help contents" button in settings page can't be spoken by NVDA screen reader |
Bug |
IDEA-253340
|
Two buttons in `Settings | Appearance & Behavior | Menus and Toolbars` are not spoken by NVDA screen reader |
Bug |
IDEA-253342
|
On `Settings | Appearance and Behavior | System Settings`, the NVDA screen reader doesn't speak the "Database" when navigated to the "Database:"'s edit view by using tab |
Bug |
IDEA-245470
|
When the focus is on the collapsed combobox, NVDA does not speak the selected item. |
Bug |
IDEA-245472
|
In the VCS Log window, when the focus is on the commit filter buttons, the screen reader speaks the word "panel" instead of filters |
Bug |
IDEA-252705
|
in the list of sources "get from vcs" no elements are not spoken by the screen reader |
Task |
IDEA-252706
|
Release so that the screen reader speaks the source list name on the "get from VCS" screen |
Task |
IDEA-251134
|
Add an accessible name to the project structure tree |
Task |
IDEA-251132
|
Add an accessible name to the Idea settings tree |
User Interface. Action System | Feature |
IDEA-253266
|
Actions popup: show submenu on mouse hover |
Bug |
IDEA-252496
|
Pinned tab is not closed with shortcut |
Bug |
IDEA-255228
|
Action popup: do not show submenu for actionable items |
Exception |
IDEA-252543
|
StackOverflowException on expand collapsed action toolbar |
User Interface. Artwork | Cosmetics |
IDEA-221920
|
Strawberry icon looks like a bug |
User Interface. Controls | Feature |
IDEA-252493
|
Implement Got it tooltip |
Bug |
IDEA-250876
|
Big Sur: Wrong action is triggered on pressing Esc button in "Invalidate Caches" alert |
Bug |
IDEA-248445
|
Inspection widget: Wrong traffic light icon |
Bug |
IDEA-244623
|
"Sorry but parent has already been disposed" in ThreeComponentsSplitter |
Usability |
IDEA-254091
|
Selection in action popup is changed while hovering mouse to submenu |
Cosmetics |
IDEA-240687
|
Apply button doesn't become pressed on press in Inspection settings view |
Task |
IDEA-250699
|
Unify toolbar popups with action popups |
User Interface. Embedded Browser (JCEF) | Bug |
IDEA-247743
|
JCEF on linux: Doubled keys when typing in search everwhere |
Bug |
IDEA-241604
|
Cmd+C does not copy text in markdown preview |
User Interface. Find, Replace, Usages | Feature |
IDEA-246023
|
Support multiple choice popup menu: state of dependant actions should be shown in UI immediately. |
Feature |
IDEA-251776
|
Results preview doesn't show the context in case of too long line |
Feature |
IDEA-19888
|
highlight usages of element at caret: don't wait for reparsing if nothing changed |
Bug |
IDEA-252274
|
[Find in Files]: Scope background is lost for the line under the hovered one |
Bug |
IDEA-249809
|
Editor search not showing up |
Bug |
IDEA-212529
|
Find/Find&Replace in path with newline always matches all whitespace at the beginning on subsequent line, disregarding the search pattern |
Bug |
IDEA-250552
|
"Find" and "Replace" fields should expand when the text doesn't fit in them |
Bug |
IDEA-252922
|
Replace and preserve case capitalises replacements of numbers |
Bug |
IDEA-238647
|
Find In File (ctrl-F) changes cursor position in editor if search was cancelled |
Bug |
IDEA-242557
|
Navigate to file/Search everywhere doesn't place the exact match on the top |
Bug |
IDEA-235500
|
New Find bar toggles impossible to use if colour blind |
User Interface. Focus | Feature |
IDEA-252575
|
Add an action to enable/disable logging of focus requests in JBR |
Bug |
IDEA-199755
|
Focus doesn't go to editor split after switching from other application |
Bug |
IDEA-196575
|
No cursor in editor when opening file from project view with Enter |
Bug |
IDEA-253238
|
Right click sometimes sent to and activates the wrong IJ window |
Bug |
IDEA-255026
|
'Explain shell' refactoring popup - focus is stolen from popup to Editor |
Bug |
IDEA-255557
|
Create Field without focus |
Bug |
IDEA-190158
|
Typeahead timeout exception if same shortcut is assigned to multiple actions (Find and Find in Path, or similar case with Goto Class) |
Bug |
IDEA-198293
|
Missed focus on IDE window on breakpoint |
Bug |
IDEA-204581
|
Shortcut conflict for Ctrl+F5 in Find view |
Bug |
IDEA-209004
|
Opening a project in Idea from welcome screen steals focus |
User Interface. Graphics | Bug |
IDEA-250363
|
Font rendering in macOS sheet dialogs becomes broken after theme switch or changing antialiasing |
Usability |
IDEA-202576
|
Tab pin indicator is hardly visible in many cases |
User Interface. Keyboard Input | Bug |
IDEA-252282
|
Regression: Shortcuts with German umlauts stopped working |
Bug |
IDEA-197762
|
Shift and layer 4 on the neo layout do not work together in Idea |
Bug |
IDEA-251386
|
Keymap plugins for macos have conflicts with ... macos |
Usability |
IDEA-231795
|
Eclipse keymap - Missing key binding Ctrl+1 |
User Interface. Look and Feel | Feature |
IDEA-203554
|
Propose to switch IDE appearance theme (Light/Dark) to match operating system theme |
Bug |
IDEA-250338
|
Plugin theme is applied when "Sync with OS" theme is set |
Bug |
IDEA-254333
|
Custom theme unable to customize icons |
Bug |
IDEA-236214
|
Setting Checkbox and Radiobox background color does not have any effect for a custom light UI theme |
Cosmetics |
IDEA-203820
|
Old-styled question icon appears on dialogs |
Task |
IDEA-250796
|
Change lightSelectionBackground colors for both themes |
User Interface. Navigation | Feature |
IDEA-251021
|
Search Everywhere should be able to evaluate simple mathematical expressions |
Feature |
IDEA-252294
|
Support hex/octal/binary numbers in Search Everywhere Calculator |
Feature |
IDEA-145804
|
request: immediate "go to test" hotkey option |
Bug |
IDEA-223194
|
Strange pattern matching when searching for action |
Bug |
IDEA-250447
|
"Start Focus Tracing" in Search Everywhere results disappear when typing the complete name |
Bug |
IDEA-216720
|
"Ctrl+E" shortcut is displayed in "Recent Files" popup if it was removed from the keymap |
Usability |
IDEA-252286
|
Search Everywhere Calculator result should have the highest priority |
Usability |
IDEA-216170
|
Add mnemonic for "Appearance" item in View menu |
User Interface. Project View | Feature |
IDEA-184468
|
Navigate up and down between siblings in trees |
Feature |
IDEA-90984
|
"Expand All" in Project, variables view, etc |
Bug |
IDEA-242984
|
Set "Select opened file" keyboard shortcut, but the shortcut does not work |
Bug |
IDEA-254773
|
No More Drag-n-Drop in Project Explorer |
Usability |
IDEA-238064
|
File structure popup (speed search) Ctrl-C should copy text of selected list item, not the speed search text |
Usability |
IDEA-130039
|
IDEA should not expose .iml and .idea files |
User Interface. Services View | Bug |
IDEA-244057
|
Services: tab header color for services in a separate tab |
Version Control | Feature |
IDEA-92793
|
Use the same format of created patch files as Git does - without IDEA special tags |
Feature |
IDEA-251285
|
Show "no commit message", "no changes to commit" errors inline |
Bug |
IDEA-247848
|
Japanese placeholder is not properly displayed in commit window |
Bug |
IDEA-216828
|
Non-modal commit: file name completion in the commit message field doesn't work after switching off/on non-modal commit option |
Bug |
IDEA-247324
|
New Git main menu: Wrong name for VCS menu on Mercurial/SVN/Perforce project opening |
Bug |
IDEA-251551
|
Commit checks warning doesn't appear on opening project while indexing is in progress |
Bug |
IDEA-252350
|
Opening solution with git repo when git is not installed causes GitNotInstalledException |
Bug |
IDEA-249292
|
VCS: Squashing comments in rebase dialog takes into account only 1st comment |
Bug |
IDEA-231698
|
Non-modal commit: Author field is not shown inline |
Bug |
IDEA-250251
|
VCS Editor gutter markers do not work with "Render documentation comments" option |
Bug |
IDEA-252549
|
Double click on change in commit tab no longer shows inline diff window |
Bug |
IDEA-244969
|
Mnemonic not shown for "Amend" in new commit tool window |
Bug |
IDEA-251473
|
No branch name on Commit tab on the first opening commit toolwindow |
Bug |
IDEA-189479
|
Check TODOs should check only in commited chunks |
Usability |
IDEA-220868
|
Add action "VCS Commits tree" to the Main Menu -> VCS |
Usability |
IDEA-233754
|
Branch selection shouldn't update branch filters in Log |
Usability |
IDEA-251400
|
Commit and Push button isn't reachable by Tab key |
Cosmetics |
IDEA-246727
|
Use different icon for Restore size in Branches popup |
Task |
IDEA-228969
|
Change the VCS Main menu to Git |
Task |
IDEA-249269
|
Cleanup unused properties in VCS bundles |
Task |
IDEA-251368
|
Show inline warning to indicate that commit checks are not available in dumb mode |
Task |
IDEA-250208
|
VCS i18n in forms |
Task |
IDEA-251226
|
Update non-modal commit panel layout |
Task |
IDEA-244040
|
Add display ID for VCS notifications |
Exception |
IDEA-250814
|
IncorrectOperationException: "ChangesViewCommitPanel" will never be disposed |
Version Control. Git | Feature |
IDEA-128268
|
"Create New Branch" name automatic conversion |
Feature |
IDEA-233058
|
Add Update action for the current branch in Branches popup |
Feature |
IDEA-249904
|
Add --root option to the rebase dialog |
Feature |
IDEA-241680
|
[Git Panel] "Update Selected button" should work for current branch |
Feature |
IDEA-91542
|
Replace Merge with Pull on Remote Branches in VCS Operations | Git Branches view |
Feature |
IDEA-241520
|
Collapse custom config parameters of git command in Console |
Bug |
IDEA-250008
|
Incorrect branch name in notification about branch renaming |
Bug |
IDEA-245047
|
Git menu: on first opening the menu is doubled |
Bug |
IDEA-244887
|
Project tree doesn't update if dropped commit contains renaming file |
Bug |
IDEA-246077
|
Delete tracked branch link does not expire |
Bug |
IDEA-251346
|
Rebase dialog doesn't remember modify options if it was invoked from search everywhere |
Bug |
IDEA-253313
|
Can't commit staged deletion |
Bug |
IDEA-248536
|
Git rebase: incorrect branch name in Rebase Successful notification on performing rebase with --root option |
Bug |
IDEA-152902
|
Git4Idea doesn't work on windows if home directory contains whitespaces |
Bug |
IDEA-242834
|
Rider and Android studio Git token problem |
Bug |
IDEA-249256
|
Push Commits dialog contains raw HTML in commit message tooltip |
Bug |
IDEA-251613
|
Missing --no-verify option in git merge and git pull dialogs |
Bug |
IDEA-253175
|
Create New Branch replaces most of the forward slashes/periods with underscores |
Bug |
IDEA-244472
|
Pull dialog appears second time after press on button Pull (master) |
Bug |
IDEA-251949
|
Git in Search Everywhere: search result doesn't include branches that contains searching symbols in the middle or at the end |
Bug |
IDEA-254399
|
Reword and interactive rebase are failing when commit contains spaces at the beginning |
Bug |
IDEA-250697
|
Incorrect branch is using on performing git merge/pull/rebase actions if branch was typed manually |
Bug |
IDEA-251761
|
No branch name on commit tab after project cloning |
Bug |
IDEA-255104
|
Missing Update action in Git Branches popup when called via Quicklist |
Bug |
IDEA-244214
|
Compare Branches: the tab is displayed at incorrect place in Recent Files |
Usability |
IDEA-159217
|
Add filtering to dropdown for "Onto" and "From" in "Rebase branch" dialog |
Usability |
IDEA-244777
|
Add action "edit" when double click emitted on item |
Usability |
IDEA-243122
|
Git popup menus are inconsistent |
Usability |
IDEA-160372
|
Flatten git context menu |
Usability |
IDEA-253485
|
Git Staging Area: Vertical scrollbar covers plus/minus icons |
Usability |
IDEA-223976
|
Add tooltip to Detached HEAD warning |
Usability |
IDEA-232141
|
Branches: improve Selected Branch Updated message |
Usability |
IDEA-250775
|
Git Merge/Pull/Rebase dialogs: Unuseful spellchecking in branches comboboxes |
Usability |
IDEA-122424
|
Consider renaming Annotate to Blame |
Usability |
IDEA-250742
|
Branch completion is covered by dropdown list when start typing in empty field. |
Usability |
IDEA-247456
|
Fetch should be visible even if there are no remotes |
Usability |
IDEA-250735
|
Git Merge/Pull/Rebase dialogs: Missed placeholders in fields with branch completion |
Usability |
IDEA-250101
|
Do not auto-center Branches list |
Usability |
IDEA-242330
|
Map "Copy revision number" action to shortcut of "Copy reference" by default |
Usability |
IDEA-250551
|
Put caret into the branch selection field |
Usability |
IDEA-247286
|
Branch completion in Git Pull, Git Merge, and Git Rebase dialogs |
Usability |
IDEA-145065
|
Better handling of specifying shell (e.g. git-cmd) as a git executable |
Usability |
IDEA-251616
|
Git rebase: Allow to rebase with --root option when no base is selected |
Usability |
IDEA-250579
|
Pull dialog: missed update info in branch dropdown list |
Usability |
IDEA-252086
|
Git Search Everywhere: provide some label for all git-related results |
Usability |
IDEA-157902
|
Duplicated git items in "Find Action" |
Usability |
IDEA-247704
|
Branches: group nodes don't collapse/expand by Enter |
Cosmetics |
IDEA-251981
|
Git in Search Everywhere: Long commit message overlaps hash in search result |
Task |
IDEA-248666
|
Git internationalization |
Exception |
IDEA-248374
|
Exception is thrown on rebase action invocation |
Exception |
IDEA-250502
|
IllegalArgumentException on perfoming git pull action without modify options |
Exception |
IDEA-250113
|
Exception on new branch creation |
Exception |
IDEA-251349
|
Git Rebase: Exception on performing rebase with --root option |
Version Control. GitHub | Feature |
IDEA-243961
|
Add filter "reviewer" to Pull Requests lists |
Feature |
IDEA-191512
|
Sync protected branches from GitHub |
Feature |
IDEA-252396
|
Support user and label completion for GitHub Pull Requests search |
Bug |
IDEA-252798
|
Don't remember empty query in github pull requests search |
Bug |
IDEA-243134
|
Clone Dialog -> GitHub: Infinite wait if pressing "Log In" with all fields empty |
Bug |
IDEA-243828
|
Github Pull Requests Search: allow `#<Number>` in Search |
Usability |
IDEA-246949
|
Default filter for GitHub pull requests |
Cosmetics |
IDEA-237967
|
Mark .yml files in .github/workflows with special icon |
Version Control. Log | Feature |
IDEA-238847
|
Set minimal size for the panes in Log and History |
Bug |
IDEA-245715
|
DVCS Log tab can permanently lose the ability to refresh |
Task |
IDEA-252476
|
Create color key for hovered line in the Log table |
Version Control. Subversion | Bug |
IDEA-248635
|
filter svn history does not work when choose filter by user |
Bug |
IDEA-244031
|
Unable to click 'Fix working copy' popup |
Code Insight | Feature |
PY-33235
|
Separate syntax coloring for inner functions |
Feature |
PY-39499
|
Refactor type inference for callable types |
Feature |
PY-42334
|
Support PEP 613 typing.TypeAlias |
Bug |
PY-44586
|
Duplicated suggested imports in extended completion results |
Bug |
PY-43915
|
Incorrect warning on class method call, unexpected argument |
Bug |
PY-44470
|
False positive when calling super().__new__ for subclass of dict or tuple: "Expected type 'Type[...]', got '[...]' instead" |
Bug |
PY-40396
|
Display package icon for *any* directory containing __init__.py or __init__.pyi |
Bug |
PY-45114
|
Same directory imports should have the least priority |
Bug |
PY-45115
|
Standard library import resolves into the same name project module which is not inside the same directory or source/library root |
Usability |
PY-42750
|
Make runtime and code insight behavior consistent for imports in Python sub-modules |
Console | Bug |
PY-39725
|
Console doesn't remove prompt when copying multiline commands |
Bug |
PY-44334
|
[INCLUDES FIX] sys.last_value and sys.last_traceback not set by PyCharm |
Debugger | Feature |
PY-41521
|
Powerful DataViewer |
Bug |
PY-44245
|
Pydev crashes/freezes on multiprocessing |
Bug |
PY-44672
|
Move Concurrency Diagram into "Profiler Executors" group |
Bug |
PY-45053
|
Debugger hangs in some cases when os.fork() is called and automatic attaching to subprocess is disabled |
Bug |
PY-44730
|
Chinese (Simplified) Language Pack EAP plugin causes Python debugging error |
Task |
PY-38629
|
Add time statistics for Concurrency Visualizer usage |
Editing | Bug |
PY-32864
|
Indentation is not preserved in f-strings with tripled quotes |
Bug |
PY-15608
|
Intention "Convert between single-quoted and double-quoted strings" breaks glued string literals |
Bug |
PY-38315
|
Allow to automatically switch quotes of empty string literals |
Usability |
PY-4311
|
Editor/Appearance/"Show method separators" option works weird for nested functions |
Formatter | Bug |
PY-40778
|
Reformatting file with f-string double braces changes meaning |
Inspections | Bug |
PY-43297
|
False positive with TypeVar bound |
Bug |
PY-35370
|
Inline type hinting with Callable and ellipses throws errors |
Bug |
PY-33565
|
Wrong type hinting for NamedTuple that defined inside class. |
Bug |
PY-44819
|
False positive in Python 3.9: Class 'dict' does not define '__or__' |
Bug |
PY-43133
|
Protocol type hinting issue if some of methods implemented in parent classes |
Bug |
PY-32037
|
Quickfix for unused local inside comprehension suggests removing the whole containing statement |
Bug |
PY-34873
|
Spellchecker is confused by apostrophes in f-Strings |
Bug |
PY-28053
|
Type checker confuses hashlib.md5 with deprecated md5 module |
Bug |
PY-41403
|
False positive: "module is deprecated" for hashlib.md5 |
Bug |
PY-35698
|
False positive type inspection warning when a dataclass or namedtuple is a member of another class |
Usability |
PY-33486
|
Disable specific inspections in Python stubs by default |
Exception |
PY-37876
|
Code with generics may cause endless Code Analysis |
Interpreters Settings | Feature |
PY-44835
|
Suggest creating conda env using environment.yml |
Feature |
PY-44001
|
Auto-create and select new Pipenv interpreter if newly opened project has Pipfile |
Feature |
PY-44743
|
Suggest creating venv using requirements.txt or setup.py |
Bug |
PY-45740
|
Pass correct working directory while installing packages onto suggested venv |
Bug |
PY-21787
|
Cannot add symlinked Python/virtualenv as interpreter, e.g. created with venv |
Bug |
PY-44857
|
Recognize Python 3.10 interpreter |
Bug |
PY-39477
|
Change of path of Python interpreter in Interpreter edit dialog is discarded |
Bug |
PY-45546
|
PyCharm doesn't allow to create pipenv interpreter with auto detected pipenv executable |
Bug |
PY-43082
|
Wrong interpreter in the list of available base interpreters |
Bug |
PY-43507
|
Cannot select a different Python executable with file chooser while editing an existed interpreter |
Refactoring | Feature |
PY-15046
|
Request for a New Intention to Invert if/else |
Bug |
PY-17901
|
Automatic fix of "Unused local" removes code with side effects! |
Bug |
PY-30798
|
Don't suggest converting quotes for f-strings containing other string literals with incompatible quotes |
Run | Bug |
PY-44666
|
National characters are not allowed in module names in run configurations |
Bug |
PY-28993
|
PyCharm falsely reports single-character-named-module as unqualified name for Run |
Bug |
PY-31151
|
PyCharm consider "import" and "sub-pkg" as non-qualified names |
Skeletons | Bug |
PY-39583
|
Infinite updating of Python interpreter |
Test Runner | Bug |
PY-43692
|
Create new test: toggling multiple methods doesn't work with Spacebar |
Bug |
PY-33661
|
rerun failed tests with pytest ignores "Additional Arguments" |
DB Connectivity | Feature |
DBE-11601
|
Couchbase: add a default bucket option to the jdbc connection string template |
Feature |
DBE-11378
|
Support DNS Seedlist Connection Format for MongoDB as Connection Type |
Feature |
DBE-11284
|
Make an embedded shell command like DBeaver has |
Feature |
DBE-8312
|
Connect to Azure SQL database with Active Directory authentication from Linux |
Feature |
DBE-9112
|
Add ability to connect to a Snowflake account using a key pair |
Bug |
DBE-11690
|
IDE doesn't show that data source missing jdbc driver |
Bug |
DBE-11613
|
Cannot change integrated security setting in database tool |
Bug |
DBE-11410
|
MongoDB: incorrect keep alive query |
Bug |
DBE-11409
|
MongoDB: fail test connection for ssl enabled data source if no valid keys provided and for disabled ssl on client side |
Bug |
DBE-10768
|
Mongodb read-only connection option doesn't affect behavior |
Usability |
DBE-6729
|
Data source for embedded (local) databases: if relative file path for database is used use project directory as relative directory rather than <IDE_HOME>/bin |
DB Console | Bug |
DBE-11463
|
Schema picker dropdown in editor does not show schemas from multiple connections |
Bug |
DBE-11660
|
PyCharm Professional - Database Connection that uses a credentials file, does not utilize updated Credentials Files on Session Refresh |
Bug |
DBE-9145
|
Console use is reset after first query row |
Bug |
DBE-11734
|
Do not highlight MongoDB and GraalJS built-in functions as unresolved |
Bug |
DBE-1895
|
Explain Plan tab requires horizontal scroll or wrapping the mouse over popup text |
Bug |
DBE-11663
|
Couchbase PREPARE statement should not show parameters dialog |
Usability |
DBE-11672
|
Help file 'help/sflake-help.zip' not found |
DB Diagram | Feature |
DBE-8440
|
Is there any way to display column's comment when using `Diagrams -> Show Visualisation...`. |
DB Diff | Bug |
DBE-12007
|
Diff viewer are not longer working for routine sources |
DB Introspection | Feature |
DBE-5399
|
Introspect OWNER, TABLESPACE, INDEX METHOD for Postgres |
Feature |
DBE-11748
|
MS SQL Server: support indices options |
Feature |
DBE-7207
|
Postgres: Support event triggers |
Bug |
DBE-11705
|
H2: primary key columns introspection fails if column name contains space |
Bug |
DBE-11627
|
MariaDB: Error encountered when performing Introspect schema xxx: Cannot proceed, because event scheduler is disabled |
Bug |
DBE-11272
|
Update 2020.2 has regression in MemSQL |
Bug |
DBE-11870
|
Problem refreshing DB connection on old SQL server databases |
Bug |
DBE-11657
|
Oracle 12: sometimes DataGrip shows arguments of package routines with wrong direction |
Bug |
DBE-421
|
Database tool window: Oracle: overloaded package procedures are shown as one item |
Bug |
DBE-11320
|
ORA-01000: maximum open cursors exceeded in Introspector when using dbms_xmlGen.getXml() |
Bug |
DBE-11347
|
DataGrip doesn't understand INCLUDE constraints on PostgreSQL |
Bug |
DBE-6813
|
schemas tables, routines not updated after changes |
Bug |
DBE-11653
|
Error introspecting Greenplum database |
Bug |
DBE-5139
|
Incorrect DDL script creation for triggers |
Exception |
DBE-12000
|
Unexpected error (ProcessCanceledException) encountered when performing Introspect database testdb schema dbo (details) |
DB Refactoring | Bug |
DBE-2462
|
Modifying a table doesn't refresh the DDL view |
DB Schema Views | Bug |
DBE-11165
|
Highlight the changed routines in a schema tree, just like with files in a project |
Data Import & Export | Feature |
DBE-5470
|
Add enconding information to data extractor scripts |
Feature |
DBE-11694
|
Add pipe separated value as import format |
Feature |
DBE-11211
|
Bundle two more extractors |
Bug |
DBE-10729
|
Support extended JSON for UUID in MongoDB |
Bug |
DBE-11728
|
Extractors - Save Our NumericText (use better way to check if a value should be quoted) |
Bug |
DBE-10563
|
cassandra cql generator uuid with qoutes |
Usability |
DBE-10957
|
add the option "Never" to "Quote values" |
Data Views | Feature |
DBE-7591
|
SQL table view: Missing ability to copy column name |
Feature |
DBE-9896
|
make transpose the default table view |
Bug |
DBE-11839
|
IDE windows/tab system freaks out when database results are dragged to new windows |
Bug |
DBE-11642
|
`numrange` with fractional numbers is not supported in the editor |
Bug |
DBE-6401
|
H2: Cannot add/edit enum columns |
Bug |
DBE-11510
|
Database DataViews Limit page size to not working |
Bug |
DBE-11569
|
Implement reformatted mode for Value Editor |
Bug |
DBE-3183
|
Can't edit hstore column in Postgres |
Bug |
DBE-11721
|
Big `Limit page size` cause OOM |
Bug |
DBE-11387
|
Tree view: the row is stuck after filtering |
Bug |
DBE-11311
|
MySQL BLOB Fields are not editable anymore |
Usability |
DBE-9763
|
Change keyboard shortcut DOWN ARROW to ALT+DOWN ARROW in the table data grid FILTER window to show the filter history |
Usability |
DBE-5272
|
Shrink selection does not work in tables |
Usability |
DBE-6670
|
Implement View/Edit Maximized reformatted action for grid editor cell |
Cosmetics |
DBE-12001
|
Grid toolbar icons become visible only after table is loaded (looks like glitch) |
Navigation & Search | Bug |
DBE-11445
|
Full Text Search: Invalid input value for enum |
PL & DDL Editor | Cosmetics |
DBE-11289
|
Preview of changes from Database Changes tool window shouldn't be scrolled to the bottom |
SQL Completion | Bug |
DBE-11977
|
Code completion for collection names containing dots |
SQL Format and Style | Feature |
DBE-11983
|
OUTPUT clause formatting control |
Bug |
DBE-11405
|
Fix quoted identifiers formatting in BigQuery (and make them on the same level in the PSI) |
Bug |
DBE-11953
|
Unexpected line break after keyword 'member' |
Bug |
DBE-11975
|
Formatting of records inside Oracle packages is not implemented |
SQL General | Feature |
DBE-11173
|
Missing Index Suggestion |
Bug |
DBE-11641
|
`->` operator is not supported by Apache Spark dialect |
Bug |
DBE-11994
|
Incorrect inspection for mongo scripts in run configurations |
Bug |
DBE-11529
|
Show correct Couchbase type names in SQL |
Bug |
DBE-11169
|
Support SEARCH INDEX syntax for Cassandra (DataStax Enterprise) |
SQL Generation | Bug |
DBE-11786
|
MS SQL: Script generator forgets to specify asc/desc in a unique index or primary key fields when it declares inside the table declaration |
Bug |
DBE-12040
|
Oracle Script Generator: empty script for an underlying table of a materialized view |
SQL Highlighting | Feature |
DBE-11754
|
[BigQuery] unknown functions safe_offset and json_extract_array |
Feature |
DBE-11699
|
Extend selection |
Bug |
DBE-11636
|
Unknown database function 'CONCAT_WS' - Snowflake |
Bug |
DBE-11580
|
Empty binary string literal 0x wrongly treated as syntax error |
Bug |
DBE-11618
|
Snowflake create api integration not supported |
Bug |
DBE-11661
|
Couchbase accessing schema `system` gives warning "system is a reserved keyword" |
Bug |
DBE-11609
|
STORAGE INTEGRATION not recognised in Snowflake SQL dialect |
Bug |
DBE-10439
|
ClickHouse: unknown database function |
Bug |
DBE-5387
|
SQL Server Geometry and Geography types not recognized |
Bug |
DBE-11715
|
`MOD` is not detected as built in function in BigQuery dialect. |
Bug |
DBE-11833
|
[BigQuery] Support for `UNION ALL` with subqueries enclosed in parentheses |
Bug |
DBE-11450
|
ADD CONSTRAINT is incorrectly highlighted |
Bug |
DBE-10662
|
DataGrip does not behave correctly about overloaded functions/procedures in packages |
Bug |
DBE-11829
|
Empty string rises an error in query |
Bug |
DBE-11647
|
'PARQUET' format option is not supported |
Bug |
DBE-11615
|
Add support for CREATE OR REPLACE MATERIALIZED VIEW in ClickHouse SQL dialect |
Bug |
DBE-11759
|
[BigQuery] Support nested parentheses for `from` statement |
Bug |
DBE-11778
|
Support for remote(), remoteSecure(), cluster(), clusterAllReplicas() table functions as ClickHouse dialect |
Bug |
DBE-11541
|
Couchbase: don't highlight target field in UPDATE statement as unresolved |
Bug |
DBE-11550
|
Couchbase UPDATE statement parser error |
Bug |
DBE-11623
|
SQL parser complains about missing parentheses |
Bug |
DBE-11525
|
Don't highlight unresolved fields in Couchbase insert statement |
Bug |
DBE-11700
|
support ILIKE for ClickHouse dialect (supported since 20.6 version) |
Bug |
DBE-11743
|
Support Redshift external table syntax |
SQL Resolve | Bug |
DBE-11523
|
Resolve Couchbase fields when FROM clause contains map literal |
Bug |
DBE-5051
|
Postgres: function's OUT parameter is unresolved |
Bug |
DBE-11551
|
Couchbase table reference inside `meta()` is unresolved |
Bug |
DBE-11528
|
Couchbase and Cassandra resolves duplicate field prefix |
Bug |
DBE-11797
|
Fix UNNEST highlighting in Couchbase |
Bug |
DBE-11832
|
Fix resolve of Couchbase LET clause |