No subsystem | Performance | IDEA-215285 | CloudConfigManager creates zip files on EDT |
Cosmetics | IDEA-92017 | Splash: initially shows gray rectangle instead of graphics | |
Cosmetics | IDEA-215472 | Services View: GroupBy | Type: provide some icon to distinguish the checked/unchecked states | |
Android | Bug | IDEA-208071 | ConcurrentModificationException on syncing Android project in Intellij IDEA 2019.1 EAP 4 with JBR 11 |
Build. Gradle | Bug | IDEA-215224 | Gradle: cannot create configurable component |
Bug | IDEA-212677 | Create new Gradle module should use same Gradle JVM as the existing linked Gradle project | |
Bug | IDEA-205238 | Duplicated modules in Gradle tool window after project name change | |
Bug | IDEA-215182 | Changing the settings Gradle breaks the project structure | |
Bug | IDEA-212682 | After creating opening or reopening a Gradle project, a 'Gradle project needs to be imported' balloon is shown unexpectedly | |
Bug | IDEA-214890 | Add Gradle JVM action replaces existing JDK if it has the same version | |
Code Analysis. Inspection | Exception | IDEA-211319 | Inspect all sometimes throws "Read access is allowed from event dispatch thread or inside read-action only" |
Code Analysis. Structural Search | Bug | IDEA-215017 | New pattern cannot be added to Structural Search Inspection |
Bug | IDEA-214637 | Structural search doesn't find lambda with statement body and $statement$ expression inside | |
Core. IDE Settings | Bug | IDEA-215089 | unable to get Update |
Core. Platform API | Exception | IDEA-215230 | "Project opening should be done in a transaction" exception appears during reopening of LearnProject via "Learn AppCode" on "Welcome to AppCode" window |
Core. Plugin Management | Usability | IDEA-215108 | Plugin manager UI - Include modification date |
Cosmetics | IDEA-215084 | Fix error message on Plugins page | |
Editor. Editing Text | Bug | IDEA-215278 | "Hand" cursor "stuck" in editor |
Bug | IDEA-211590 | Selection highlighting background under inlay vertical when scrollbar is flipped | |
Bug | IDEA-211304 | IntelliJ cuts links after parens | |
Bug | IDEA-211398 | Not all ligatures are activated when printing a file | |
Bug | IDEA-214755 | Folded Javadoc shows the 2nd line when the text starts on the line with /** | |
Bug | IDEA-211466 | Printing (at least on Linux) produces so many artifacts | |
Performance | IDEA-211672 | Editing of big file with search result Live Preview on is quadratically slow | |
Editor. Formatter and Code Style | Exception | IDEA-215353 | AE at com.intellij.openapi.util.text.StringUtil.assertValidSeparators |
Editor. Intention Actions | Exception | IDEA-211266 | Throwable at com.intellij.openapi.application.impl.NoSwingUnderWriteAction.lambda$watchForEvents$0 |
Frameworks. Hibernate | Bug | IDEA-210222 | Hibernate gutter icons not clickable in IntelliJ 2019.1 |
Groovy | Bug | IDEA-209352 | Multyline binary expressions |
Java. Inspections | Feature | IDEA-214960 | Transform Stream.iterate(seed, next).takeWhile(predicate) to Stream.iterate(seed, predicate, next) |
Feature | IDEA-215325 | Provide "surround with instanceof" fix for possible class cast warning | |
Bug | IDEA-214919 | 'Unable to find cause' with 'obj.equals(null)' check | |
Bug | IDEA-214972 | Checker Framework's @MonotonicNonNull doesn't seem to cancel @DefaultQualifier(NotNull.class) | |
Bug | IDEA-214856 | Tool 'ReplaceNullCheck' registers INFORMATION level problem in batch mode on PsiJavaFile:AssertArrayEquals.java. | |
Bug | IDEA-215334 | Dataflow doesn't see the array write inside lambda in try section | |
Bug | IDEA-215251 | `Result of method call ignored` inspection reports AssertJ assertions for ThrowableAssert | |
Java. Intention Actions | Feature | IDEA-167980 | Suggestion: Add quick fix to merge two annotations which are not marked as repeatable |
Bug | IDEA-215061 | Invalid type for local variable of a type with generic outer class | |
Bug | IDEA-214843 | "Sort content" loses inner enum on red code | |
Exception | IDEA-215356 | PsiInvalidElementAccessException occurs on applying quick fix "Add new String[]" | |
Java. Refactorings | Bug | IDEA-215429 | Inline method with unused parameter causes uncompilable or unintended code |
Java. Tests. JUnit | Bug | IDEA-194609 | Import test results loses JUnit assert comparison results |
Bug | IDEA-215065 | Running several selected tests doesn't work | |
Plugin. Shell Script | Bug | IDEA-215361 | ShellScript plugin: correct shfmt download link for windows |
Usability | IDEA-215355 | ShellScript plugin: if attempt to download the shfmt formatter in "Settings | Editor | Code Style | Shell Script" fails, display error in the dialog itself | |
Cosmetics | IDEA-215367 | [Shell Script] Settings | Editor | Code Style - incorrect symbol in the first option about Binary ops | |
Plugin. Terminal | Feature | IDEA-204536 | Terminal: Add support for hyperlinks |
Bug | IDEA-215394 | Terminal tab crashes with Ion shell | |
Bug | IDEA-212321 | Terminal focuses itself on startup | |
Plugin. Thymeleaf | Bug | IDEA-132288 | Thymeleaf: support shortcuts for accessing request parameters, session attributes and application attributes |
Services | Bug | IDEA-215427 | Services. Database. java.io.FileNotFoundException by the remained "console" item |
Bug | IDEA-215370 | Services view: SplitToNewTabs should be disabled if nothing is selected | |
Bug | IDEA-215345 | Services view: if GroupByType is true, all services splitting to new tabs leaves the empty AllServices tab with group node | |
Bug | IDEA-215088 | Services view: run configuration output is shown for the incorrect RC node in case of changed RC types available in Services list | |
Services. Docker | Bug | IDEA-215186 | ServicesView. Docker. Jump to source/F4 from a container doesn't work |
Bug | IDEA-215185 | ServicesView. Docker. Delete from keyboard doesn’t work | |
Bug | IDEA-188377 | Docker Run/Debug configuration doesn't parse port range | |
User Interface | Exception | IDEA-215340 | org.jetbrains.concurrency.InternalPromiseUtil$MessageError: Service not found |
User Interface. Console View | Exception | IDEA-214526 | isDumb should be used only under read action: ConsoleViewImpl |
User Interface. Focus | Exception | IDEA-215495 | AssertionError: Already disposed: Project (Disposed) on almost every action in IDE |
User Interface. Look and Feel | Bug | IDEA-215462 | Can't use custom theme |
Cosmetics | IDEA-215271 | Weird line between items in Inspection settings | |
User Interface. Navigation | Bug | IDEA-215299 | Search Everywhere: results not filtered for command |
Bug | IDEA-212385 | Recent files action in splitted windows | |
Usability | IDEA-215418 | Clearing `Toggle Changed Only Files` should disable checkbox toggling behavior | |
Version Control | Usability | IDEA-212624 | Rename action button in Ignore files dialog |
Cosmetics | IDEA-206878 | 'Add Files to VCS': missing window title | |
Exception | IDEA-215307 | .ignore: Read access is allowed from event dispatch thread | |
No subsystem | Feature | WEB-39194 | Enable esnext private-#-field syntax for TypeScript |
Bug | WEB-39197 | 'Create function' fix should create an async function when invoked from an await-expression | |
Performance | WEB-39162 | IDE freeze when stepping in angular cli 8 project | |
Task | WEB-33679 | Improve 'Promise returned from ... is ignored' inspection for unit tests ('beforeEach', etc.) | |
Task | WEB-39215 | Enable 'Missing await' inspection by default, and don't show 'Promise is ignored' for async functions | |
CSS | Bug | WEB-39217 | Ignore duplicates among LESS/SASS/SCSS and CSS files generated by File Watcher. |
Debugger | Bug | WEB-39117 | Karma doesn't handle correct tab in debug mode with '--remote-debugging-port' param |
JSON | Bug | WEB-39123 | x-intellij-language-injection doesn't function in schema using anyOf |
JavaScript | Bug | WEB-39146 | Suggest correct quick-fix for async/await inside forEach |
Bug | WEB-39144 | JavaScript/TypeScript: add async keyword into the completion after export and export default | |
Bug | WEB-39145 | JavaScript/TypeScript: do not show completion after export keyword inside class | |
Bug | WEB-23410 | Find usages of exported function | |
Bug | WEB-34200 | Fix capitalization of some Intentions/Quick Fixes | |
Bug | WEB-39147 | Resolve indexed properties with dot in name | |
Bug | WEB-33985 | Cypress assertion chains autocomplete not working | |
Usability | WEB-32058 | No auto-completion popup for paths values | |
Usability | WEB-39023 | Improve completion behavior for switch and if | |
JavaScript. Frameworks | Feature | WEB-38855 | Angular @Attribute decorator not recognized |
Bug | WEB-39115 | Angular: slow code completion on large projects | |
Performance | WEB-39085 | Editing HTML in Angular is slow | |
JavaScript. Inspections | Feature | WEB-39165 | TypeScript / JavaScript: better simplify action for equality operators |
Feature | WEB-35028 | TypeScript / JavaScript: better simplify action | |
Feature | WEB-32926 | "Add 'then' clause" as a QuickFix for "Promise returned from ... is ignored" | |
Bug | WEB-39143 | redundant 'return await..' is wrong when using catch decorators | |
JavaScript. Refactoring | Feature | WEB-37242 | Inline JS variable with template literals should avoid producing nested template literals |
Linters | Bug | WEB-39118 | ESLint fails with error if @typescript-eslint with 'project' option is configured in monorepo |
Node.js | Feature | WEB-39006 | Node Interpreter on WSL (Arch Linux): No distribution available |
TypeScript | Bug | WEB-39127 | TypeScript - parameter info (CTRL+P) fails on rest parameters |
Bug | WEB-39122 | Wrong autocomplete list for `typeof` expression inside type definition in TypeScript | |
Bug | WEB-39107 | Potentially invalid 'this' when using OnChange decorator with Angular | |
Bug | WEB-39159 | TypeScript - add abstract keyword suggestion after export | |
Bug | WEB-35855 | Incorrect property rename/find usages | |
Bug | WEB-39081 | 'Create function' breaks code when tries to create new function with spread parameters in typescript | |
SQL Highlighting | Bug | DBE-8281 | Inspection: Adding not null column without default value |
Bug | DBE-8306 | Inspection: Unable to resolve variable | |
Bug | DBE-8394 | Inspection for implicit string truncation | |
Bug | DBE-8289 | MariaDB syntax error - ADD COLUMN IF NOT EXISTS | |
Bug | DBE-8416 | Postgres inspector does not recognize grouping() function | |
Bug | DBE-8396 | Redundant alias inspection | |
Bug | DBE-8294 | Oracle false positive sql inspection: Nested aggregate calls are not allowed |
Overview
Content Tools