No subsystem |
|
WEB-11838 (Feature) |
Add JSDoc support for @event and @fires |
IDEA-131429 (Bug) |
Warning tooltips overlap scrollbar |
WEB-17175 (Bug) |
When writing ES6 redundant 'use strict' lines are being automatically introduced |
IDEA-31697 (Bug) |
IDEA'a analyzer fails in proper evaluation of expression |
IDEA-141148 (Bug) |
Pressing Delete when file is selected in Favorites view deletes file from disk without confirmation |
IDEA-142470 (Bug) |
Incorrect key for move line in Netbeans keymap |
WEB-17198 (Bug) |
Extremely slow syntax analysis for JS |
WEB-14540 (Bug) |
2 subsequent JSX embedded code blocks are parsed incorrectly |
IDEA-142439 (Bug) |
Wrong cursor placement when creating a class after brackets autocomplete |
IDEA-142328 (Bug) |
VFS update can be prevented by one incorrect method call |
IDEA-140565 (Exception) |
NPE at com.intellij.ui.content.impl.ContentManagerImpl.a |
Code Analysis. Inspection |
|
IDEA-66134 (Feature) |
Inspection "Constant conditions & exceptions": ignore boolean named constants |
IDEA-18499 (Bug) |
<logic:iterate> confuses always true inspection |
IDEA-69727 (Bug) |
incorrect analyzing of flow with throwables |
IDEA-82971 (Bug) |
False inspection int == double |
IDEA-27427 (Bug) |
Redundant inspection code result |
Code Coverage |
|
IDEA-142292 (Feature) |
Make it possible to bind Run context with coverage to a shortcut key |
ColdFusion |
|
IDEA-89541 (Bug) |
TODO: coloring not applied to javascript in CFML files |
Console |
|
IDEA-63980 (Usability Problem) |
Make idea.cycle.buffer.size configurable in IDEA GUI / IDEA settings |
DB.Console |
|
DBE-1382 (Bug) |
Interrupting query disallows further queries (MySQL) |
DDL\PL.Editor |
|
DBE-1355 (Cosmetics) |
0xDBE adds semicolons to stored procedures after altering them |
DBE-439 (Bug) |
The shortcut for compilation of stored procedures does not work |
DBE-1062 (Bug) |
Open Procedure with comment |
Dart |
|
WEB-17219 (Feature) |
Have some way to pass command line arguments from IJ (setting/preference/etc) to modify the flags used to configure the Dart Analysis Server |
WEB-17040 (Bug) |
Package imports are converted to relative imports when moving files. |
Debugger |
|
IDEA-142012 (Bug) |
Evaluate Code Fragment - mouse click on autocomplete puts it behind the dialog |
WEB-17152 (Bug) |
Breakpoints are not hit in TypeScript project (resource root should be excluded as build folder) |
Diff_Merge |
|
IDEA-142471 (Bug) |
LineStatusTracker popup is not shown after file editing |
Editor. Code Completion |
|
IDEA-140452 (Bug) |
Complete-statement insert closing parenthesis at wrong place |
Editor. Editing Text |
|
IDEA-139930 (Usability Problem) |
A way to disable highlighting code while mouse hovers in-file "breadcrumbs" navigation |
File System |
|
IDEA-142305 (Bug) |
Changes to files are not saved on frame deactivation |
Find, Replace, Find Usages |
|
IDEA-142255 (Bug) |
Find in Path - 'Recursively' checkbox does not update 'Preview' on change |
Flash_Flex |
|
IDEA-135028 (Bug) |
MXML Design Preview Plugin 1.4.138 doesn't work with IntelliJ IDEA 14.0.0.2 |
Gradle |
|
IDEA-142527 (Bug) |
project dependencies are not loaded for a Gradle project with Gradle JPI plugin (Jenkins Plugins) |
HTML |
|
WEB-16357 (Feature) |
Better Html language injection for languages that support multiline |
WEB-519 (Feature) |
Replace HTML Special Chars automatically |
WEB-12992 (Bug) |
Closing double brace isn't skipped over when typed after auto-insertion (Angular) |
WEB-16533 (Bug) |
HtmlUnknownAttribute: inputmode |
WEB-17192 (Bug) |
Usage of <nobr> HTML tag triggers false "Closing tag matches nothing", breaks Extend Selection |
WEB-17185 (Exception) |
HTML file cannot be created: "Template not found" error |
IDE Configuration |
|
IDEA-131517 (Bug) |
Wrong issue template on https://github.com/develar/settings-repository |
Indices |
|
IDEA-42856 (Bug) |
Changes made in files while the project is closed are not recognized in some cases |
Java. Code Completion |
|
IDEA-31554 (Bug) |
"Complete Current Statement" does not format code on "else if" condition code block |
IDEA-41929 (Bug) |
Ctrl + Shift + Enter doesn't work for "for (; |
IDEA-68660 (Bug) |
ctrl-shift-enter does not insert a semicolon after anonymous implementation |
IDEA-41246 (Bug) |
Ctrl + Shift + Enter problem if array elements are not the same line |
Java. Error Highlighting |
|
IDEA-142341 (Task) |
Good Java 8 code red |
IDEA-142416 (Bug) |
Type annotations: Highlighted as error within fully qualified parameterized type |
IDEA-140646 (Bug) |
Missing error: not an enclosing class: A (for super-access to a constant) |
IDEA-141587 (Bug) |
Probably wrong code error marking. Cannot access android.graphics.drawable.Drawable.Callback2 |
Java. Intention Actions |
|
IDEA-142343 (Bug) |
'Unimplement Class' destroys class body if cyclic inheritance involving that class |
IDEA-142333 (Bug) |
'Make package-local' causes Throwable on class in default package |
Java. Refactoring |
|
IDEA-142350 (Bug) |
Change Signature: Default values are used inside of methods overriding callers chosen for parameter propagation |
IDEA-142361 (Bug) |
Extract Variable in lambda expression fails |
IDEA-142378 (Bug) |
Cannot delete-refactor a type variable for a generic method? |
Java.Inspections |
|
IDEA-142332 (Feature) |
Add an inspection for number literals that use underscores where the groups aren't three digits each. |
IDEA-142391 (Bug) |
Don't report overriding externally-annotated @NotNull methods/parameters when there's no @NotNull annotation in the project |
IDEA-142299 (Bug) |
When using JSR-305 annotations for null checking, inspection is evaluated differently for an enumeration compared with a regular class. |
JavaScript |
|
WEB-10272 (Feature) |
JSDoc: support @abstract tag |
WEB-17017 (Bug) |
Duplicated links in marks on the left gutter |
WEB-12308 (Bug) |
Bad support of @constructs jsdoc tag |
WEB-1047 (Bug) |
Create JavaScript file via Alt+Enter shortcut doesn't use template |
WEB-15664 (Bug) |
JSX: Wrong inspection is shown if html tag is not closed |
WEB-17207 (Bug) |
es6 import with destructring and jsx is not working correctly |
WEB-17196 (Bug) |
Duplicate JavaScript class in Navigate Class popup with @constructor JsDoc tag |
WEB-12000 (Bug) |
@lends support |
WEB-17131 (Bug) |
Incorrect warning on `for-in/for-of`: "const variable without initializer" |
WEB-17221 (Bug) |
JS inspection false positive: Binary operation argument type T is not compatible with type string |
JavaScript. Frameworks |
|
WEB-17211 (Bug) |
Missing dual quotes input in JSX files |
WEB-14555 (Bug) |
AngularJS: using 'as' as scope property name results in parser errors |
WEB-17220 (Bug) |
Add Code Navigation for JSX Components declared as ES6 classes |
JavaScript. Inspections |
|
WEB-17149 (Bug) |
Unresolved closure variables inside ES6 class |
WEB-17153 (Bug) |
'Unresolved type' inspection when use "controller as" syntax |
WEB-17204 (Bug) |
Javascript Inspector fails to properly account for "or" (|) symbol |
JavaScript. Predefs |
|
WEB-14517 (Bug) |
Internationalization functions wrong params |
WEB-8983 (Bug) |
String.prototype.localeCompare has incorrect return type |
WEB-17182 (Bug) |
DOMTokenList has wrong method signatures |
Maven |
|
IDEA-142486 (Bug) |
Annotation processor options not added from maven-compiler-plugin |
Node.js |
|
WEB-17127 (Bug) |
Node.js Available Package dialog: package details are not shown |
WEB-17210 (Exception) |
Node.js Settings: version cannot be detected |
Profiling |
|
WEB-17167 (Usability Problem) |
Profiling: CPU: Top Calls: provide subcategory name for the GC and Unknown results |
WEB-17164 (Usability Problem) |
Profiling: CPU: restore Help button on the toolbars |
WEB-17162 (Usability Problem) |
Profiling: CPU: Flame Chart: "Zoom" is shown as active button while should not |
WEB-17169 (Usability Problem) |
Profiling: CPU: numbers for heavy calls should be shown in bold |
WEB-17156 (Bug) |
Profiling: CPU: Flame Chart: hide empty panel to the right of the table in the Details |
WEB-17154 (Bug) |
Profiling: CPU: Flame chart: topmost elements blink if move details selection line over them |
WEB-17155 (Bug) |
Profiling: CPU: Flame Chart: no scrolling to the table/chart element if it's placed out of the view while selected in the chart/table |
WEB-17159 (Bug) |
Profiling: CPU: Flame Chart: make it impossible to hide main selection rectangle |
WEB-17174 (Bug) |
Profiling: CPU: Flame Chart Details: prohibit columns reordering |
WEB-17173 (Exception) |
Profiling: CPU: AIOOBE on moving details selection line out of the chart area quickly |
REST Client |
|
WEB-17172 (Feature) |
Support jsonapi response highlighting |
Run | Debug configuration |
|
IDEA-113233 (Feature) |
Show the state for the current run configuration |
SQL |
|
IDEA-45574 (Bug) |
MySQL: column list after any GRANT priv_type is green |
SQL.Completion |
|
DBE-1390 (Bug) |
Intellisense doesn't work in sub query. |
SQL.Highlighting |
|
DBE-1297 (Bug) |
oracle's limit syntax not recognized |
Settings Repository |
|
IDEA-132462 (Usability Problem) |
Improve Button Labels |
IDEA-131349 (Bug) |
Plugin Settings Repository: unable to switch github account |
IDEA-131322 (Bug) |
Plugin Settings repository: merge to the local folder is not working |
IDEA-131318 (Exception) |
NoRemoteRepositoryException when repository is not correctly picked |
Spring |
|
IDEA-139331 (Feature) |
Spring Boot config keys: special key value cases |
IDEA-142481 (Feature) |
Spring Boot: highlight additional-spring-configuration-metadata.json errors |
IDEA-124427 (Bug) |
SpringJavaAutowiringInspection fails on beans provided by a FactoryBean |
Tapestry |
|
IDEA-124505 (Bug) |
HTML5 attribute parsing throws errors in Intellij IDEA |
Unit Testing. JUnit |
|
IDEA-142373 (Feature) |
JavaTestFinders escape |
IDEA-142444 (Usability Problem) |
New test runner doesn't show spock evaluated expressions anymore |
Unit Testing. TestNG |
|
IDEA-142369 (Usability Problem) |
Unit tests: confusing presentation of a failure after successful configuration methods |
Unit Tests |
|
WEB-17006 (Bug) |
Karma + CoffeeScript = no coverage results |
User Interface |
|
IDEA-142351 (Usability Problem) |
With two fullscreen IntelliJ's open on MacOSX on any action idea looses focus and switches to the one opened first |
IDEA-138032 (Bug) |
Project Structure View 'Show views as tabs' option doesn't persist between sessions |
IDEA-142218 (Bug) |
Pop-up for cut string at tool windows is shown even if focus is not at Idea |
IDEA-142244 (Bug) |
Context menu on Find tool window tabs doesn't work correctly |
Version Control |
|
IDEA-141729 (Usability Problem) |
Unnecessary message asking remove the VCS root |
Version Control. Git |
|
IDEA-142339 (Exception) |
"VCS -> Git -> Rebase..." dialog not showed |
Version Control. Log |
|
IDEA-142173 (Bug) |
AE Exception in log if invoke "checkout revision", "new branch" and "new tag" for several commits(multiselection) |
Overview
Content Tools