PHP Completion | Feature | WI-37328 | Provide completion for object type |
Bug | WI-37421 | Auto-import breaks existing group import of constants and functions |
Bug | WI-37241 | There's no completion for @method return type |
Bug | WI-37332 | Editor: "public" tab autocomplete set to __call function as default |
Bug | WI-37302 | Option "Use fully-qualified class names" doesn't work for @method type |
Bug | WI-37025 | Completion shows final classes in `extends` context |
Bug | WI-37235 | There's no completion for variable after @var without '$' |
Usability | WI-36309 | Completion shows all aliases not taking into account type (class, trait, interface) of original import |
PHP Composer | Usability | WI-37242 | Resort packages after installing/removing |
Usability | WI-16694 | Composer: update file tree after performing installation after Add dependency |
Usability | WI-36685 | Invoke ''Synchronize'' after Composer actions |
Usability | WI-36974 | Settings Sync: is not enabled if default PHP Language Level is not 5.6 |
Usability | WI-37206 | Too many included/excluded paths notifications |
PHP Formatter | Bug | WI-36950 | Keywords as method names are formatted wrongly |
PHP Inspections | Feature | WI-32497 | Add short open tag inspection |
Feature | WI-37324 | Allow overriding abstract methods |
Feature | WI-37325 | Declaration of overriden method should be compatible: Allow parameter type widening |
Bug | WI-37082 | Method parameters count mismatch: is not shown for anonymous class |
Bug | WI-37419 | Language Level: doesn't detect trailing space if there is a comment after comma |
Bug | WI-37106 | Closure with Closure as parameter generates Required parameter missing warning. |
Bug | WI-32137 | Language Level: Multiple catch exceptions should produce parse error for PHP level < 7.1 |
Bug | WI-37027 | Unused parameter/local variable when used in combination with uniform variable syntax style invocation |
Bug | WI-14727 | Hierarchy check: Interface method prototypes not enforced when implemented via traits |
Bug | WI-36971 | Super class/interface incompatibility: doesn't detect incompatible return type |
Usability | WI-37417 | "Can't inherit abstract function" when PHP version is < 7.2 should suggest quick fix |
PHP Refactoring | Bug | WI-36988 | Remove unused parameter: doesn't warn in case of increment/decrement operators, constructor invocation and combined expressions with function/method call |
Bug | WI-37193 | Rename refactoring: scope for parameter is outside the function |
Usability | WI-15155 | Change signature: No warning is issued if visibility was changed |
Exception | WI-34343 | "Rename" refactoring broken - "renaming ___ is not finished yet" |
PHP lang | Feature | WI-37370 | Error is not shown: "Cannot use 'object' as class name as it is reserved" |
Feature | WI-37185 | Navigate to an appropriate loop from break/continue |
Bug | WI-37162 | File icons are not shown during indexing |
Cosmetics | WI-33553 | Icons for exceptions and final exceptions are totaly different |
PHP templates | Feature | WI-37301 | Blade: support @guest/@endguest |
PS specific | Feature | WI-37147 | Wrap system paths in documentation into <span path=""> so they could be processed in Upsource |
Spellchecker | Bug | WI-11450 | PHP Comments: Spellchecker doesn't recognize words with an apostrophe in it |
openapi | Bug | WI-37276 | PhpQualifiedNameProvider cannot convert FQN strings to elements if the FQN includes class methods or fields. |
PHP Interpreters | Feature | WI-34471 | Detect PHP version from composer.json |
PHP Parser | Feature | WI-37326 | Allow trailing commas for group uses |
PHP Type Inference | Exception | WI-36767 | Broken Code Completion in JavaScript after update to last EAP |
Plugin: Joomla! | Bug | WI-37336 | Table prefix is no longer recognized |
No subsystem | Bug | IDEA-175429 | Throwable at com.intellij.openapi.wm.impl.WindowManagerImpl.allocateFrame |
Bug | IDEA-115890 | Darcula background is applied on print on Django Model Dependency Diagram |
Debugger | Usability | IDEA-174406 | Smart step into: speed search doesn't work |
Docker | Bug | IDEA-175065 | Docker: changing port bindings for the running container leads to the container deleting |
Bug | IDEA-175822 | Wrong autocompletion for extra_hosts |
Bug | IDEA-175675 | Docker. The connection to docker-machine hangs in case of pointing tcp instead of https in API Url |
Bug | IDEA-171581 | Certificates folder does not exist at ~/.docker |
Bug | IDEA-175412 | DockerCompose: IllegalArgumentException at clicking on the yml option names, which has additional spaces before it |
Bug | IDEA-175355 | Docker: [windows] docker-compose deployment fails without COMPOSE_CONVERT_WINDOWS_PATHS |
Bug | IDEA-171286 | Docker: DockerView: Delete Attach(Websocket) item from the context menu |
Bug | IDEA-174913 | Docker Settings: F1 navigates to "Clouds", should navigate to "Docker" help page |
Bug | IDEA-176802 | Docker Integration not working after switching to Windows containers |
Usability | IDEA-171124 | Docker: Connect. Error message should be visible completely on the right part of the view |
Usability | IDEA-171357 | Docker: Provide possibility to register a new Docker ‘account’ from DockerView |
Editor. Editing Text | Bug | IDEA-175202 | Permanent header component + virtual space enabled = first line is hidden by the header |
IDE Configuration | Bug | IDEA-174644 | Save as Live Template does nothing if block has leading space or tab |
Cosmetics | IDEA-167417 | SQL Dialect Settings: change the text |
UML | Bug | IDEA-174376 | UML: no Undo is available for actions on saved diagrams |
Bug | IDEA-90668 | Printing Mechanism Prints the Theme's Background Color |
Usability | IDEA-166077 | Automatic change Darkula theme to Intellij in ERD print dialog |
Usability | IDEA-173328 | Diagram: on selecting the graph node using Ctrl-F the found diagram element should be selected on diagram |
User Interface | Bug | IDEA-174588 | Switch JDK action does not work |
Bug | IDEA-173369 | Tabs limited to 2 when 1 is set |
Bug | IDEA-173740 | Too small font in search textbox |
DB Introspection | Bug | DBE-4856 | Azure: db_id() doesn't work, we need a workaround |
IDE General | Bug | DBE-3157 | 2016.3 EAP uses .DataGrip2016.2 folder as default place for Project Folder |
User Interface | Bug | DBE-4879 | No schema in table editor name |
Bug | DBE-4798 | Lost "Data source" color settings after upgrade |
JavaScript | Bug | WEB-27732 | Pasting an expression in a template string adds unnecessary backslash |
Bug | WEB-24910 | Auto importing a flow type does not add "type" after "import" |
Bug | WEB-27658 | JavaScript auto import should respect webpack aliases |
JavaScript. Formatter | Bug | WEB-27689 | ES2015: Reformat Code produces incorrect indent with JSDOC + computed property |
JavaScript. Frameworks | Bug | WEB-27882 | React: propTypes completion doesn't work for material-ui components |
JavaScript. Inspections | Bug | WEB-26180 | Invalid 'Unused assignment' in JS catch() |
Bug | WEB-27625 | magic number - false interpretation |
JavaScript. Refactoring | Bug | WEB-25380 | Cannot rename in ES6 binding |
Bug | WEB-27656 | JavaScript "Create method" refactoring doesn't add 'static' method qualifier when class is defined in another file |
Linters | Bug | WEB-27734 | JSHint: update bundled version to 2.9.5 |
Node.js | Bug | WEB-27523 | Notification about successful downloading is too big |
Unit Tests | Bug | WEB-27836 | Cannot run single karma test with karma-jasmine-html-reporter |