No subsystem | Bug | IDEA-205756 | contract can be simplified |
Bug | IDEA-205654 | Extra lines in recent location snippet | |
Bug | IDEA-206008 | Test with Coverage doesn't report number of passed tests in tooltip | |
Bug | IDEA-206132 | 5 modules of the IntelliJ Community are missing in the master branch source tree | |
Bug | IDEA-205818 | Switching between Look and feel spoils Recent locations popup | |
Bug | IDEA-205658 | Empty lines at the end of file are shown as empty snippet | |
Bug | IDEA-205663 | Recent Locations is not available in Find Action | |
Bug | IDEA-205847 | Comments from coffescript files shown as text in snippets | |
Bug | IDEA-205610 | Already disposed exception if close project with opened Recent location popup | |
Bug | IDEA-205603 | Recent Location popup is not redraw after resize | |
Bug | IDEA-205817 | It's possible to open several Recent Locations popups simultaneously | |
Usability | IDEA-201429 | Remove .editorconfig from the list of file templates | |
Usability | IDEA-205681 | Recent location list size should be configurable in Settings | |
Usability | IDEA-205605 | Long code samples shows scroll bars | |
Usability | IDEA-206134 | Unknown host question is asked N times for a single host | |
Cosmetics | IDEA-205841 | Right border is not redraw if resize Recent location popup | |
Task | IDEA-205758 | Hide 'Show parameter name hints on completion' in Code Completion settings | |
Task | IDEA-205647 | Shortcut for Recent location | |
Task | IDEA-205600 | [Bundled JRE 11] Get rid of MimetypesFileTypeMap usage because it is moved to private package since JDK 11 | |
Exception | IDEA-205608 | Editor is already disposed exception if navigate on recent location sample with quick search result | |
Exception | IDEA-196008 | Throwable at com.intellij.openapi.roots.impl.libraries.LibraryImpl.<init> | |
Code Analysis. Inspection | Bug | IDEA-206216 | Fix all for warning in the top level file doesn't work when caret is located inside injection |
Bug | IDEA-205936 | Inspections View: Group by Module doesn't work for groovy files | |
Compiling Project | Performance | IDEA-205572 | Optimization proposal: avoid @NotNull runtime check for a string literal returned from a method |
Cucumber JVM | Bug | IDEA-142407 | Generating Cucumber step definiton using JVM Cucumber plugin does not properly escape parentheses in generated regex |
Bug | IDEA-205590 | Executing Cucumber step for which WebElement in POP hasn't been found results in doubling step listing in "Run:" window | |
Bug | IDEA-189140 | Syntax highlighting of step variables in Cucumber features does not work together with doc string | |
Database | Exception | IDEA-205762 | RE at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread |
Debugger | Feature | IDEA-173619 | Debug mode / Mouse gesture "Run to mouse pointer" |
Feature | IDEA-202293 | Support synchronized statement in evaluator | |
Feature | IDEA-189549 | Better display for Maps in debugger | |
Usability | IDEA-205987 | Preselect main thread on pause | |
Usability | IDEA-205901 | Debugger: Clicking into empty area below stack frames makes IntelliJ navigate to bottom-most item | |
Editor. Editing Text | Bug | IDEA-192879 | "Move statement" skips position outside code block in Java |
Bug | IDEA-205336 | after new file is added, "last edit location" doesn't work | |
Bug | IDEA-205622 | Scope popup closes diff fragment popup | |
Bug | IDEA-205774 | Moving Up/Down doesn't work properly for Enum constants in case of missing ';' | |
Bug | IDEA-205802 | Repaint issues for soft-wrap marks in a diff pane | |
Bug | IDEA-205776 | Moving Up/Down dowsn't work for Enum constant with body | |
Bug | IDEA-205739 | Editor: Action is applied for the wrong line if invoked from menu | |
Bug | IDEA-205130 | Parameters info shows the actual proper method signature as disabled | |
Bug | IDEA-205365 | Git diff view in commit dialog does not allow copying text to clipboard (CTRL+C) if this shortcut is assigned to "Copy as Plain Text" action. | |
Performance | IDEA-206039 | IntelliJ froze for 148 seconds after tabbing alt-tabbing away and back to IntelliJ with large buffer.txt file | |
Task | IDEA-205639 | Gutter current line number highlighting doesn't respect conversion function | |
Find, Replace, Find Usages | Bug | IDEA-168548 | find usages in file (ctrl-f7) skips some usages |
Bug | IDEA-202717 | Pinned "Find in Path" window closes on clicking on a result | |
Gradle | Bug | IDEA-198414 | 2018.3 Can't import Gradle project with source out of content root error with Gradle version 4.7 or newer and 'Separate modules per source set' disabled |
Groovy | Feature | IDEA-205861 | Spock Interaction DSL triggers lots of spurious warnings |
Bug | IDEA-205853 | `instanceof` type is not inferred | |
Bug | IDEA-186753 | Groovy: Wrong type inference inside closure | |
Bug | IDEA-205811 | Cannot assign empty list literal to set | |
Bug | IDEA-201672 | False-positive warning: assigning null to non-primitive member is always fine | |
IDE Configuration | Bug | IDEA-179784 | Idea fails to load a project when running on Java 9 |
Bug | IDEA-205967 | Wrong previous version directory in import setting dialog (2019.1 suggests 2018.1) | |
JPA | Bug | IDEA-205585 | Persistence view: all entity elements are displayed as "unnamed" |
Java | Bug | IDEA-205947 | Join lines works incorrectly if next line string literal is followed by the method call |
Java. Error Highlighting | Bug | IDEA-204125 | Java: False-Positive on Generics |
Bug | IDEA-205883 | Incompatible types error is not reported when type has intersection bound | |
Java. Inspections | Feature | IDEA-205785 | Java inspection, which detects unused value of Optional.get() method |
Feature | IDEA-205676 | Inspection for simplifiable StringBuilder.append(CharSequence, int, int) | |
Feature | IDEA-90060 | Class without logger Inspection enhancements | |
Feature | IDEA-193906 | Java intention: Switch - Add default case with IllegalStateException | |
Feature | IDEA-202825 | Track stream size in stream inliner | |
Feature | IDEA-193675 | Define default loggers in *public method without logging* inspection | |
Feature | IDEA-205846 | Suggestion to use String.repeat where appropriate when using JDK 11 | |
Bug | IDEA-199670 | Javadoc is inaccessible from here for a reference in the same directory | |
Bug | IDEA-205952 | Invalid Java Refactoring Suggestion - stream-foreach() call throwing exception | |
Bug | IDEA-205851 | "Compute constant value" suggests to make not equivalent replacement | |
Bug | IDEA-205854 | "Compute constant value" can be shown and not shown in similar cases | |
Usability | IDEA-196735 | Logging inspections could know about log4j 2 logger class out of the box | |
Exception | IDEA-205962 | AIOOBE in duplicate branches in switch inspection | |
Java. Intention Actions | Feature | IDEA-205362 | Intention to convert (collection.isEmpty() || collection.size() > 1) to collection.size() != 1 |
Bug | IDEA-205835 | "invert if" inserts zillion of comments | |
Java. Refactoring | Bug | IDEA-205981 | parameter reordering removes annotation from the method's return type |
Bug | IDEA-205931 | Move Class member refactoring has issues with target class field | |
JavaEE.Resin | Bug | IDEA-205900 | Can not run resin server |
JavaEE.Tomcat | Bug | IDEA-205955 | Could not start Tomcat under latest EAP; spaces in username a problem? |
Maven | Task | IDEA-183383 | Update Bundled Maven Version |
Packaging and Installation | Task | IDEA-202441 | Bundle Kotlin 1.3.20 with IntelliJ IDEA |
Plugin Management | Performance | IDEA-205534 | Typing lags in plugins search UI |
Quick Documentation | Bug | IDEA-205229 | QuickDoc popup appears at wrong position when cursor is in "Find" field |
Settings Repository | Bug | IDEA-206186 | When starting up new 2019.1 IDEA it resets settings if JetBrains Account is used. |
Terminal | Usability | IDEA-206189 | Fall back shell path for terminal settings |
Unit Testing. JUnit | Bug | IDEA-123039 | StackOverflowError when exporting large junit results |
Bug | IDEA-205937 | Can't run whole project JUnit tests in Gradle project with multiple modules because of NumberFormatException | |
User Interface | Bug | IDEA-204678 | Editor tab is minimized to OS title bar when detaching it with a mouse |
User Interface. Navigation | Bug | IDEA-206205 | Recent Locations popup: new-created file doesn't appear in popup |
Version Control | Usability | IDEA-167403 | Shelf: focus disappears after removing one of the shelved lists |
Exception | IDEA-205978 | Already disposed on exit from offline inspections | |
Version Control. Git | Bug | IDEA-171517 | Ignore empty remote section in git config |
Bug | IDEA-205777 | IO Commits: commits status is not saved after refresh time is over | |
Usability | IDEA-204470 | 'Update checks failed' warning on Branches popup | |
i18n | Bug | IDEA-205800 | Properties keys are not collected into PropertyKeyIndex from Properties language injections |
No subsystem | Bug | WEB-35513 | NodeJS: Importing a new project takes hours (when node_modules is already occupied) |
Bug | WEB-36757 | Quick Documentation: link to the external doc page is hidden after the click | |
Usability | WEB-36592 | Quick Documentation tooltip shown on mouse move doesn't include a link to external docs | |
CSS | Bug | WEB-36942 | Sort CSS properties (aka Rearrange) in SCSS files doesn't work inside media queries |
Debugger | Bug | WEB-36526 | When evaluate in console an object with many properties, some of them can't be shown due to a limit |
Bug | WEB-36953 | Throwable when rerunning tests | |
HTML | Bug | WEB-36794 | HTML docs: description for parent docs is shown when doc is invoked in completion |
Bug | WEB-36795 | HTML docs: doc is not always available in code completion | |
Bug | WEB-36934 | React-native tag is incorrectly shown as deprecated | |
Bug | WEB-36843 | HTML Documentation: SVG: empty description with a dot | |
JSON | Feature | WEB-36774 | Add eslintIgnore to package.json schema |
Bug | WEB-36973 | JSON validation doesn't allow large integer values, although it should | |
JavaScript | Feature | WEB-36957 | Keyword completion for 'return' should insert whitespace/semicolon when applicable |
Feature | WEB-25533 | No suggestions to autocomplete missing properties in Flow by expected type | |
Feature | WEB-36971 | ES6: add a way to disable autoimports from some modules | |
Feature | WEB-36787 | 'Insert require' fix should create object destructuring | |
Bug | WEB-31053 | Fields in ES6 class lose their accessor level on re-assignment | |
Bug | WEB-36947 | "Introduce destructuring variables" introduces 'Invalid delete operator target' | |
Bug | WEB-36902 | Introduce destructuring variable: doesn't work for static fields | |
Bug | WEB-18117 | CommonJS: module property not resolved/completed if module.exports is wrapped in immediately invoked function expression | |
Bug | WEB-36821 | CommonJS: exported Promise not recognized | |
Bug | WEB-36900 | 'Introduce destructuring variables' wrongly shown | |
Bug | WEB-36879 | Static member is not accessible for invocation with assignment under arrow function | |
Bug | WEB-28276 | Renamed default import causes problems when importing commonjs module | |
Bug | WEB-36875 | Introduce object destructuring doesn't work within template strings | |
Bug | WEB-36873 | Introduce new array destructuring doesn't work when invoked inside index | |
Bug | WEB-36854 | Autocompletion gets confused on properties when there are 2 same-named classes in different modules | |
Bug | WEB-20459 | CommonJS: properties of function assigned to module.exports not resolved | |
Bug | WEB-16947 | CommonJS: prototype methods of exported function not resolved | |
Bug | WEB-18054 | CommonJS: prototype methods of re-exported module should be available in completion | |
Bug | WEB-36935 | Destructuring intentions: Better processing of non-integers (shouldn't be available) and large integers (shouldn't die) | |
Exception | WEB-36918 | PsiInvalidElementAccessException when call 'Introduce destructuring variables' | |
JavaScript. Inspections | Bug | WEB-36920 | Unused variables inspection/fix behave incorrectly with destructuring |
Bug | WEB-36945 | Don't highlight unreachable 'switch' labels in case of non-strict literal types | |
Bug | WEB-36970 | False positive 'Expression type does not have [Symbol.iterator]' for 'any' type | |
Bug | WEB-18936 | ES6/7 class declaration with getter/setter and default value causes "duplicate declaration" highlight. | |
Bug | WEB-36969 | Function exit points highlighting: highlight 'yield' in generators, better highlight 'throw' in try-catch | |
Cosmetics | WEB-36967 | Typos error in Settings → Editor → Inspections → JavaScript, missed a space in the inspection description | |
Task | WEB-35027 | TypeScript / Javascript nullability: further improvements | |
JavaScript. Refactoring | Bug | WEB-36898 | Intention to split variable declaration and initializer incorrectly processes loops |
Bug | WEB-36891 | Improve 'Join variable declaration and assignment' for loops | |
Bug | WEB-28356 | Extract method refactoring is not performed when semicolon is not selected | |
Bug | WEB-36912 | Convert between indexed and dotted object notations: should have better availability | |
Bug | WEB-36622 | Wrong default import when using Move refactoring for React components | |
Bug | WEB-36892 | 'Convert to let/const' breaks code when called in For loop | |
Linters | Feature | WEB-36988 | Support @typescript-eslint for automatically linting .ts files using integrated ESLint |
Feature | WEB-36890 | TSLint: Replace 'Lint JavaScript Files' checkbox with detection based on presence of 'jsRules' | |
Bug | WEB-36889 | ESLint: doesn't work if there is no dependency to it in package.json and auto-detection of configs is enabled | |
Bug | WEB-36806 | 'Detect package and configuration file' in linters doesn't unselect custom config file | |
Node.js | Feature | WEB-35072 | ESLint on WSL not work when mount point '/mnt/c' is changed to others (e.g. '/c') |
Bug | WEB-36650 | Go to definition for package name in package.json doesn't open module in project view | |
Pug (ex-Jade) | Bug | WEB-36968 | Pug: accepting completion for doctype removes a preceding space |
TypeScript | Feature | WEB-36981 | TypeScript: add quick fixes for adding library in tsconfig.json |
Bug | WEB-36885 | Type inference fails for Extract<T> type | |
Bug | WEB-36712 | No option to disable breadcrumbs in *.tsx files | |
Bug | WEB-27886 | Unused import inspection doesn't work when the path is invalid | |
Unit Tests | Feature | WEB-35279 | Highlight failed line and show error message in the test in the editor |
Data Import & Export | Bug | DBE-7675 | "Import Data from File" silently fails with columns that contain a space |
SQL Format and Style | Bug | DBE-7690 | Clickhouse dialect reformat inserts extra spaces in quoted identifiers |
SQL Generation | Bug | DBE-7560 | DataGrip Can't See MySQL Foreign Key's Referenced Column |