Completing PhpStorm LESS Code Completion

There is a LESS plugin for PhpStorm

*.less files are really recognized, because a small "LESS" icon appears next to *.less files, but it turns out that the "support" ends there. Code completion does not work for me, as for *.css files. I guess this is right? What could be the possible source of this problem?

I am using PhpStorm on Windows 7.

Edit: After spending a lot of time on this question, I did not find a solution and posted it as a β€œerror” on YouTrack . Please also vote there if you cannot find the answer and want the fix to be implemented.

+4
source share
1 answer

This is essentially a legitimate error created due to a change in CSS code support, as described in this forum post .

As one developer explains, autocomplete for LESS CSS code should be fixed in the near future.

+4
source

All Articles