PhpStorm 2017.3 Code completion not working properly

After update PhpStorm to 2017.3, code completion function doesn't work properly. When html file is editing, code completion does not show css classes.

4
正式评论

Thanks, reproduced! We are working on a fix. Please follow https://youtrack.jetbrains.com/issue/WEB-30030 to be notified of the issue status.

Thank you very much. I am looking forward to its fix.

0
Avatar
Permanently deleted user

Also facing the same issue

 

0

The issue is fixed in the already available 2017.3.1 EAP. You may switch to the Early Access Program channel in Settings (Preferences) | Appearance & Behavior | System Settings | Updates.

0
Avatar
Permanently deleted user

Running 2017.3 Build PS-173.3727.138. Switching to Early Access says there are no updates.

0

2017.3.1 EAP is already available for IntelliJ IDEA and WebStorm. PhpStorm 2017.3.1 EAP will be published soon too, sorry for the trouble.

1

Fixed in PhpStorm 2017.3.1 EAP Build #PS-173.3942.13, built on December 6, 2017
Thanks

0

PhpStorm 2017.3.1 EAP Build #PS-173.3942.13

New issue: not all classes are displayed. Example css:

[class*=tile-] .branding-bar {
...
}

0

Sergey, thanks for the new bug report! Looks like this is not a regression, this case never worked. Can you please file an issue in https://youtrack.jetbrains.com/issues/WEB (Subsystem: CSS)?.

0
Avatar
Permanently deleted user

I have the same issue. When is this fix being rolled out?

0

Accounting, 

Slow CSS class completion in HTML is fixed in the already available 2017.3.1 EAP. You may switch to the Early Access Program channel in Settings (Preferences) | Appearance & Behavior | System Settings | Updates.

0

I found the problem. in PHP files, if you use style tag in current page, CSS class autocomplete fails. you should define your stylesheet into a CSS file then load it to your page.

of course it is a bug, but you can fix it.

1
Avatar
Permanently deleted user

I can't do auto-completion to symfony code (like controller). My  I configured settings on my mac. I have the update phpstorm but I can still do it. How to do?   

0

Virginie Douine, if you need help with the project setup, the best would be to contact the support team and attach a sample project to reproduce the issue (Help | Support Center).

If you think that you've found a bug that is not yet reported please file a new issue in https://youtrack.jetbrains.com, also preferably with a sample project to reproduce the issue.

0

请先登录再写评论。